projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46bbec5
)
bios: Include dependency rebuild info.
author
Tim 'mithro' Ansell
<mithro@mithis.com>
Fri, 16 Dec 2016 17:02:28 +0000
(18:02 +0100)
committer
Tim 'mithro' Ansell
<mithro@mithis.com>
Sat, 17 Dec 2016 13:14:14 +0000
(14:14 +0100)
litex/soc/software/bios/Makefile
patch
|
blob
|
history
diff --git
a/litex/soc/software/bios/Makefile
b/litex/soc/software/bios/Makefile
index 114851472ac90a688d6b008636cdee1463a319e2..e00e4a70660b40b7cf551deb7115a47f21271c34 100644
(file)
--- a/
litex/soc/software/bios/Makefile
+++ b/
litex/soc/software/bios/Makefile
@@
-22,8
+22,8
@@
bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
-lnet -lbase-nofloat -lcompiler_rt
chmod -x $@
-main.o: $(BIOS_DIRECTORY)/main.c
-
$(compile
)
+# pull in dependency info for *existing* .o files
+
-include $(OBJECTS:.o=.d
)
%.o: $(BIOS_DIRECTORY)/%.c
$(compile)