From 000c4c6c5ccc2c136f25fc4bcede6de093b301c6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 5 Jun 2012 18:35:05 +0000 Subject: Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile. --- BuildTests/ModuleTest/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BuildTests/ModuleTest/makefile') diff --git a/BuildTests/ModuleTest/makefile b/BuildTests/ModuleTest/makefile index a756c309c..93a49e8d9 100644 --- a/BuildTests/ModuleTest/makefile +++ b/BuildTests/ModuleTest/makefile @@ -48,9 +48,9 @@ end: $(MAKE) -s -f makefile.test clean elf ARCH=UC3 MCU=$(@:%.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 + $(MAKE) -s -f makefile.test clean ARCH=AVR8 MCU=$(firstword $(AVR8_FAMILIES)) + $(MAKE) -s -f makefile.test clean ARCH=XMEGA MCU=$(firstword $(XMEGA_FAMILIES)) + $(MAKE) -s -f makefile.test clean ARCH=UC3 MCU=$(firstword $(UC3_FAMILIES)) %: -- cgit v1.2.3