#
# LUFA Library
-# Copyright (C) Dean Camera, 2012.
+# Copyright (C) Dean Camera, 2013.
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org
# Path to the LUFA library core
LUFA_PATH := ../../LUFA/
+# Build test cannot be run with multiple parallel jobs
+.NOTPARALLEL:
all: begin makeboardlist testboards clean end
.PHONY: all begin end makeboardlist testboards clean
# Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa.core.in
+include $(LUFA_PATH)/Build/lufa_core.mk