diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-03 12:17:37 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-03 12:17:37 +0000 |
| commit | 3c1defc0a2368709607f9eb436c7cd16f1fbe1ec (patch) | |
| tree | 76158882e5d6446f9ebb2e4983ce5c1d0d004590 /LUFA/Build/lufa.avrdude.in | |
| parent | 01bb9edec38bd2026419a2d92fb4298cc9ad3a93 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2294 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Build/lufa.avrdude.in')
| -rw-r--r-- | LUFA/Build/lufa.avrdude.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Build/lufa.avrdude.in b/LUFA/Build/lufa.avrdude.in index 4c43d183..52cb44b8 100644 --- a/LUFA/Build/lufa.avrdude.in +++ b/LUFA/Build/lufa.avrdude.in @@ -60,3 +60,6 @@ program: $(TARGET).hex $(MAKEFILE_LIST) program-ee: $(TARGET).eep $(MAKEFILE_LIST)
@echo $(MSG_AVRDUDE_CMD) Programming device \"$(MCU)\" with settings \"$(AVRDUDE_EEP_FLAGS)\" using \"$(AVRDUDE_PROGRAMMER)\" on port \"$(AVRDUDE_PORT)\"
avrdude -p $(MCU) -P $(AVRDUDE_PORT) -c $(AVRDUDE_PROGRAMMER) $(AVRDUDE_EEP_FLAGS)
+
+# Phony build targets for this module
+.PHONY: program program-ee
\ No newline at end of file |
