# all module headers in a simple C and C++\r
# application.\r
\r
+# Path to the LUFA library core\r
+LUFA_PATH = ../../LUFA/\r
\r
# List of device families per architecture, one device per architecture sub-family\r
AVR8_FAMILIES = at90usb1287 at90usb1286 atmega16u4 atmega16u2 at90usb162\r
.PHONY: all arch_avr8 arch_xmega arch_uc3 begin end\r
\r
# Include LUFA build script makefiles\r
-include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in\r
+include $(LUFA_PATH)/Build/lufa.core.in\r