3 #     Copyright (C) Dean Camera, 2012.
 
   5 #  dean [at] fourwalledcubicle [dot] com
 
   8 # --------------------------------------
 
   9 #         LUFA Project Makefile.
 
  10 # --------------------------------------
 
  19 else ifeq ($(ARCH), XMEGA)
 
  21 else ifeq ($(ARCH), UC3)
 
  27 SRC          = Test.c Dummy.S $(LUFA_SRC_USB)
 
  28 LUFA_PATH    = ../../LUFA/
 
  30 # TODO: Add warnings and set warnings as errors
 
  32 # Include LUFA build script makefiles
 
  33 include $(LUFA_PATH)/Build/lufa.sources.in
 
  34 include $(LUFA_PATH)/Build/lufa.build.in