-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignment setup for 2-uart #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits:
- missing Signed-off-by: tags
- checkpatch should have been squashed with the original patches or maybe applied after the second patch if you wanted to preserve the original.
80559d4
to
589229a
Compare
tools: assignments: 2-uart: Apply checkpatch.pl Signed-off-by: Alexandra Sandulescu <[email protected]>
589229a
to
6dd0af0
Compare
@@ -0,0 +1,14 @@ | |||
CFLAGS = -Wall -g -static -m32 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a more detailed commit message. "Refactoring" is too generic.
Something like: tools: assignments: 2-uart: Adapt the code to new file structure
Also, one commit should do only one thing!
Your commit does two: One is moving Makefile into Makefile.checker the other one is renaming solutie to link_handler.
I'm not even sure that link_handler is correct. As far as I remember solutie.ko is used to test if the submitted homework correctly checks for errors. So, I would rename it to dummy_uart.ko
Signed-off-by: Alexandra Sandulescu <[email protected]>
Signed-off-by: Alexandra Sandulescu <[email protected]>
6dd0af0
to
acb165f
Compare
No description provided.