# www.lufa-lib.org\r
#\r
\r
-# Makefile for the module build test. This test\r
-# attempts to build as many modules as possible\r
-# under all supported architectures, and include\r
-# all module headers in a simple C and C++\r
-# application.\r
+# Makefile for the single USB mode build test.\r
+# This test attempts to build the USB module\r
+# under fixed device and fixed host modes under\r
+# all supported architectures\r
\r
# Path to the LUFA library core\r
LUFA_PATH = ../../LUFA/\r
$(MAKE) -s -f makefile.test clean elf ARCH=UC3 MCU=uc3a0256 CCFLAGS='-D USB_HOST_ONLY'\r
\r
clean:\r
- $(MAKE) -s -f makefile.test clean ARCH=AVR8\r
- $(MAKE) -s -f makefile.test clean ARCH=XMEGA\r
- $(MAKE) -s -f makefile.test clean ARCH=UC3\r
+ $(MAKE) -s -f makefile.test clean ARCH=AVR8 MCU=at90usb1287\r
+ $(MAKE) -s -f makefile.test clean ARCH=XMEGA MCU=atxmega128a1u\r
+ $(MAKE) -s -f makefile.test clean ARCH=UC3 MCU=uc3a0256\r
\r
%:\r
\r