aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.dfu.in
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-03 12:17:37 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-03 12:17:37 +0000
commit88425d7dabd07a712b32995a635a7f883ff5f726 (patch)
tree76158882e5d6446f9ebb2e4983ce5c1d0d004590 /LUFA/Build/lufa.dfu.in
parent9f7f595382aa482990487f431b4889430747f617 (diff)
downloadlufa-88425d7dabd07a712b32995a635a7f883ff5f726.tar.gz
lufa-88425d7dabd07a712b32995a635a7f883ff5f726.tar.bz2
lufa-88425d7dabd07a712b32995a635a7f883ff5f726.zip
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.
Diffstat (limited to 'LUFA/Build/lufa.dfu.in')
-rw-r--r--LUFA/Build/lufa.dfu.in5
1 files changed, 4 insertions, 1 deletions
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