Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.

This commit is contained in:
Dean Camera 2011-03-13 21:53:19 +00:00
parent 6005a42150
commit 944e0d2009
25 changed files with 134 additions and 895 deletions

View file

@ -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: