[luftboot] minor makefile cleanup

This commit is contained in:
Felix Ruess
2013-02-12 19:20:39 +01:00
parent e3f518c128
commit e3297523bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ libopencm3.module: update_submodules
$(Q)$(MAKE) -C libopencm3 lib PREFIX=$(PREFIX)
luftboot.module: update_submodules libopencm3.module
$(Q)$(MAKE) -C luftboot/src all LIBOPENCM3=../../libopencm3
$(Q)$(MAKE) -C luftboot/src all LIBOPENCM3=../../libopencm3 PREFIX=$(PREFIX)
clean:
$(Q)if [ -f libopencm3/Makefile ]; then \