Update ModuleTest to compile for each sub-family within each architecture, to ensure that the code compiles for all devices (not just for one device in each architecture).

This commit is contained in:
Dean Camera 2012-03-04 14:43:14 +00:00
parent 7416ebd7c6
commit eb1275890a
3 changed files with 35 additions and 14 deletions

View file

@ -132,7 +132,6 @@ SRC = Test_C.c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_USBCLASS) \
$(LUFA_SRC_SERIAL) \
$(LUFA_SRC_TWI) \
$(LUFA_SRC_SCHEDULER)