Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.test
index b3307f8..f92ef9c 100644 (file)
@@ -9,10 +9,14 @@
 #         LUFA Project Makefile.\r
 # --------------------------------------\r
 \r
-MCU          = at90usb1287\r
-ARCH         = AVR8\r
+MCU          = \r
+ARCH         = \r
 BOARD        = NONE\r
-F_CPU        = 8000000\r
+F_CPU        = $(F_USB)\r
+OPTIMIZATION = 1\r
+TARGET       = Test\r
+SRC          = $(TARGET)_C.c $(TARGET)_CPP.cpp Dummy.S $(LUFA_SRC_USB)\r
+LUFA_PATH    = ../../LUFA/\r
 \r
 ifeq ($(ARCH), AVR8)\r
 F_USB        = 8000000\r
@@ -22,11 +26,6 @@ else ifeq ($(ARCH), UC3)
 F_USB        = 48000000\r
 endif\r
 \r
-OPTIMIZATION = 1\r
-TARGET       = Test\r
-SRC          = $(TARGET)_C.c $(TARGET)_CPP.cpp Dummy.S $(LUFA_SRC_USB)\r
-LUFA_PATH    = ../../LUFA/\r
-\r
 # Generic C/C++ compiler flags\r
 CC_FLAGS  = -Wextra\r
 CC_FLAGS += -Werror\r