Minor documentation improvements.
[pub/USBasp.git] / BuildTests / BoardDriverTest / makefile.test
index 06dfb54..234add1 100644 (file)
@@ -19,6 +19,7 @@ TARGET       = Test
 SRC          = $(TARGET).c
 LUFA_PATH    = ../../LUFA
 CC_FLAGS     = -Werror
+DEBUG_LEVEL  = 0
 
 # Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa.build.in
\ No newline at end of file
+include $(LUFA_PATH)/Build/lufa_build.mk
\ No newline at end of file