From 88425d7dabd07a712b32995a635a7f883ff5f726 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 3 Jun 2012 12:17:37 +0000 Subject: Add .PHONY targets in all build system modules. Alter BUILD module so that the existence of source files are checked before the build is started. --- LUFA/Build/lufa.dfu.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'LUFA/Build/lufa.dfu.in') diff --git a/LUFA/Build/lufa.dfu.in b/LUFA/Build/lufa.dfu.in index 565e848aa..91922d0cb 100644 --- a/LUFA/Build/lufa.dfu.in +++ b/LUFA/Build/lufa.dfu.in @@ -70,4 +70,7 @@ dfu: $(TARGET).hex $(MAKEFILE_LIST) dfu-ee: $(TARGET).eep $(MAKEFILE_LIST) @echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$(TARGET).eep\" dfu-programmer $(MCU) eeprom-flash $(TARGET).eep - dfu-programmer $(MCU) reset \ No newline at end of file + dfu-programmer $(MCU) reset + +# Phony build targets for this module +.PHONY: flip flip-ee dfu dfu-ee \ No newline at end of file -- cgit v1.2.3