-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rewrite FAT makefile as snippet #144
base: main
Are you sure you want to change the base?
Conversation
mkdir -p fat/ff15 | ||
|
||
fat/ff15/%.o: CFLAGS += $(FAT_CFLAGS) | ||
fat/ff15/%.o: $(FAT_FF15_SRC_DIR)/%.c $(FAT_LIBC_INCLUDE) $(CHECK_FAT_FLAGS_MD5) |fat/ff15 |
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.
FAT_LIBC_INCLUDE
is undefined -- I don't think it's needed in the dependencies, as it's not going to change. The .d files will pick up changed files.
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.
FAT_LIBC_INCLUDE
is supposed to be defined by the includer. In the case of musllibc, the include files are generated, so musllibc needs to be built before they exist, which is why I added it as a dependency.
b1218c0
to
45841d7
Compare
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
45841d7
to
96780fe
Compare
Signed-off-by: James Archer <[email protected]>
Signed-off-by: James Archer <[email protected]>
96780fe
to
2ffe913
Compare
No description provided.