aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-07-17 17:30:55 +1000
committerDean Camera <dean@fourwalledcubicle.com>2016-07-17 17:30:55 +1000
commitdef392aca09dd0d5a29c1c390accb44ff76db280 (patch)
tree938665a3686398763ded4d8c10e5970a95972384 /Projects
parent0f470dc8b4a9116d5746da49d28a1c1c5cb70d77 (diff)
downloadlufa-def392aca09dd0d5a29c1c390accb44ff76db280.tar.gz
lufa-def392aca09dd0d5a29c1c390accb44ff76db280.tar.bz2
lufa-def392aca09dd0d5a29c1c390accb44ff76db280.zip
Update to latest DMBS, fix XPLAINBridge project compilation errors on full tree build.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/XPLAINBridge/makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile
index b40b212ba..e23b54d37 100644
--- a/Projects/XPLAINBridge/makefile
+++ b/Projects/XPLAINBridge/makefile
@@ -31,13 +31,11 @@ LD_FLAGS =
# Default target
all:
-OBJDIR := obj
-
# Since this project borrows files from the AVRISP-MKII project which may also have an
# identical OBJDIR directory, we need to enforce the use of this project's object file
-# directory as the one where the build object files are to be stored by pre-pending the
-# absolute path of the current project to the OBJDIR variable.
-override OBJDIR:=$(shell pwd)/$(OBJDIR)
+# directory as the one where the build object files are to be stored, by giving it a
+# project-specific name.
+OBJDIR := obj.$(TARGET)
# Include LUFA-specific DMBS extension modules
DMBS_LUFA_PATH ?= $(LUFA_PATH)/Build/LUFA