diff options
author | Rob Austein <sra@hactrn.net> | 2017-04-15 17:16:01 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-04-15 17:16:01 -0400 |
commit | 9eb2c8909a1b4602bfd47d6e96ba2229ff393517 (patch) | |
tree | 9d2ba30caceac8ebb107b743d2e0145b0e9fb03c /Makefile | |
parent | fd2c93584f644671ca9464a9cb57b5d497709ff8 (diff) |
sw/stm32 Makefiles are a mess.
Apparently it's easier to duplicate source files into multiple project
directories than to write Makefiles that do something sane. Feh.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -72,8 +72,7 @@ BOARD_OBJS += \ $(TOPLEVEL)/stm-fpgacfg.o \ $(TOPLEVEL)/stm-keystore.o \ $(TOPLEVEL)/stm-sdram.o \ - $(TOPLEVEL)/stm-flash.o \ - $(TOPLEVEL)/stm-log.o + $(TOPLEVEL)/stm-flash.o endif export BOARD_OBJS |