Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architectu...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.avr8
index 167564d..360b1ee 100644 (file)
@@ -131,7 +131,9 @@ include $(LUFA_PATH)/LUFA/makefile
 SRC = Test_C.c                   \\r
       $(LUFA_SRC_USB)            \\r
       $(LUFA_SRC_USBCLASS)       \\r
-      $(LUFA_SRC_SERIAL)\r
+      $(LUFA_SRC_TEMPERATURE)    \\r
+      $(LUFA_SRC_SERIAL)         \\r
+      $(LUFA_SRC_TWI)            \\r
 \r
 \r
 \r