X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/49148fef9b5d74e5db607c6e39ad1c08f62b9b58..a8546529926fc87b5d73b75217ec011962e8ccaa:/Projects/XPLAINBridge/makefile diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index b40b212ba..6c38917cb 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2016. +# Copyright (C) Dean Camera, 2017. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -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 +# path relative to the current folder. +OBJDIR := ./obj # Include LUFA-specific DMBS extension modules DMBS_LUFA_PATH ?= $(LUFA_PATH)/Build/LUFA