From 2b332d3231d54236e093dd6bfde5421ce26f7304 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 2 Jun 2012 10:46:25 +0000 Subject: Replace architecture specific makefiles in the BuildTests with the new common build system makefiles. --- BuildTests/SingleUSBModeTest/makefile | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'BuildTests/SingleUSBModeTest/makefile') diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile index 82ed94a79..93027d980 100644 --- a/BuildTests/SingleUSBModeTest/makefile +++ b/BuildTests/SingleUSBModeTest/makefile @@ -23,23 +23,18 @@ end: @echo compile: - $(MAKE) -s -f makefile.avr8 clean - $(MAKE) -s -f makefile.avr8 LUFA_OPTS='-D USB_DEVICE_ONLY' elf - $(MAKE) -s -f makefile.avr8 clean - $(MAKE) -s -f makefile.avr8 LUFA_OPTS='-D USB_HOST_ONLY' elf + $(MAKE) -s -f makefile.test clean elf ARCH=AVR8 MCU=at90usb1287 CCFLAGS='-D USB_DEVICE_ONLY' + $(MAKE) -s -f makefile.test clean elf ARCH=AVR8 MCU=at90usb1287 CCFLAGS='-D USB_HOST_ONLY' - $(MAKE) -s -f makefile.xmega clean - $(MAKE) -s -f makefile.xmega LUFA_OPTS='-D USB_DEVICE_ONLY' elf + $(MAKE) -s -f makefile.test clean elf ARCH=XMEGA MCU=atxmega128a1u CCFLAGS='-D USB_DEVICE_ONLY' - $(MAKE) -s -f makefile.uc3 clean - $(MAKE) -s -f makefile.uc3 LUFA_OPTS='-D USB_DEVICE_ONLY' elf - $(MAKE) -s -f makefile.uc3 clean - $(MAKE) -s -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY' elf + $(MAKE) -s -f makefile.test clean elf ARCH=UC3 MCU=uc3a0256 CCFLAGS='-D USB_DEVICE_ONLY' + $(MAKE) -s -f makefile.test clean elf ARCH=UC3 MCU=uc3a0256 CCFLAGS='-D USB_HOST_ONLY' clean: - $(MAKE) -s -f makefile.avr8 clean - $(MAKE) -s -f makefile.xmega clean - $(MAKE) -s -f makefile.uc3 clean + $(MAKE) -s -f makefile.test clean ARCH=AVR8 + $(MAKE) -s -f makefile.test clean ARCH=XMEGA + $(MAKE) -s -f makefile.test clean ARCH=UC3 %: \ No newline at end of file -- cgit v1.2.3