Override the OBJDIR setting for the XPLAINBridge project, as this currently doesn...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 10 Jul 2012 21:13:09 +0000 (21:13 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 10 Jul 2012 21:13:09 +0000 (21:13 +0000)
BuildTests/StaticAnalysisTest/makefile
Demos/DualRole/makefile
Projects/XPLAINBridge/makefile

index a2626ec..b1ea232 100644 (file)
@@ -19,7 +19,7 @@ CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/
 
 SRC               := $(patsubst %/,%,$(LUFA_PATH))/..
 
-all: begin cppcheck-config cppcheck end
+all: begin cppcheck end
 
 begin:
        @echo Executing build test "StaticAnalysisTest".
index dbfe999..aaca625 100644 (file)
@@ -16,5 +16,5 @@
 all:
 
 %:
-       $(MAKE) -C ClassDriver/ $@
+       $(MAKE) -C ClassDriver $@
 
index 3046498..8edd9c7 100644 (file)
@@ -11,6 +11,9 @@
 
 AVRISP_PATH  = ../AVRISP-MKII/
 
+# FIXME - object directories do not currently work for this project
+override OBJDIR =
+
 MCU          = at90usb1287
 ARCH         = AVR8
 BOARD        = XPLAIN