aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-13 21:53:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-13 21:53:19 +0000
commit944e0d2009832f152006031f1aeb99f3ed014bc5 (patch)
treeb3b091beaf6b8da29840f4c614761537f28c9b07 /LUFA/makefile
parent6005a42150bf4d713fd962498bde8b540fef4035 (diff)
downloadlufa-944e0d2009832f152006031f1aeb99f3ed014bc5.tar.gz
lufa-944e0d2009832f152006031f1aeb99f3ed014bc5.tar.bz2
lufa-944e0d2009832f152006031f1aeb99f3ed014bc5.zip
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index ff4dbd9ef..e75e105b6 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -12,6 +12,7 @@
# Check to see if the LUFA_PATH variable has not been set (the makefile is not being included from a project makefile)
ifeq ($(origin LUFA_PATH), undefined)
LUFA_ROOT_PATH = .
+ ARCH = {AVR8,UC3}
else
LUFA_ROOT_PATH = $(LUFA_PATH)/LUFA
endif
@@ -65,6 +66,7 @@ ifeq ($(origin LUFA_PATH), undefined)
clean:
rm -f $(LUFA_SRC_ALL_FILES:%.c=%.o)
+ rm -f $(LUFA_SRC_ALL_FILES:%.c=%.lst)
clean_list: