aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-09 13:20:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-09 13:20:40 +0000
commita19dc3d20cd5c80adb80b1bd6f5126075911f411 (patch)
tree00120aa0f1e71400c738eb699aed17f0d3f70681 /BuildTests/ModuleTest
parent9add0d100d21ea0eed8ad7d867938268cb9d06b4 (diff)
downloadlufa-a19dc3d20cd5c80adb80b1bd6f5126075911f411.tar.gz
lufa-a19dc3d20cd5c80adb80b1bd6f5126075911f411.tar.bz2
lufa-a19dc3d20cd5c80adb80b1bd6f5126075911f411.zip
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
Diffstat (limited to 'BuildTests/ModuleTest')
-rw-r--r--BuildTests/ModuleTest/makefile.avr84
1 files changed, 3 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.avr8 b/BuildTests/ModuleTest/makefile.avr8
index 167564d24..360b1ee8b 100644
--- a/BuildTests/ModuleTest/makefile.avr8
+++ b/BuildTests/ModuleTest/makefile.avr8
@@ -131,7 +131,9 @@ include $(LUFA_PATH)/LUFA/makefile
SRC = Test_C.c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_USBCLASS) \
- $(LUFA_SRC_SERIAL)
+ $(LUFA_SRC_TEMPERATURE) \
+ $(LUFA_SRC_SERIAL) \
+ $(LUFA_SRC_TWI) \