Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# compiler.
|
||||
|
||||
# Path to the LUFA library core
|
||||
LUFA_PATH = ../../LUFA/
|
||||
LUFA_PATH := ../../LUFA/
|
||||
|
||||
|
||||
all: begin makeboardlist testboards clean end
|
||||
|
||||
Reference in New Issue
Block a user