bios: Include dependency rebuild info.
This commit is contained in:
parent
46bbec5494
commit
8bccd2d988
|
@ -22,8 +22,8 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
|
||||||
-lnet -lbase-nofloat -lcompiler_rt
|
-lnet -lbase-nofloat -lcompiler_rt
|
||||||
chmod -x $@
|
chmod -x $@
|
||||||
|
|
||||||
main.o: $(BIOS_DIRECTORY)/main.c
|
# pull in dependency info for *existing* .o files
|
||||||
$(compile)
|
-include $(OBJECTS:.o=.d)
|
||||||
|
|
||||||
%.o: $(BIOS_DIRECTORY)/%.c
|
%.o: $(BIOS_DIRECTORY)/%.c
|
||||||
$(compile)
|
$(compile)
|
||||||
|
|
Loading…
Reference in New Issue