Skip to content
Snippets Groups Projects
Commit 39aa928d authored by Dean Camera's avatar Dean Camera
Browse files

Use folder-relative output folder in the XPLAINBridge makefile.

parent 75f36789
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,8 @@ all: ...@@ -34,8 +34,8 @@ all:
# Since this project borrows files from the AVRISP-MKII project which may also have an # 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 # 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 giving it a # directory as the one where the build object files are to be stored, by giving it a
# project-specific name. # path relative to the current folder.
OBJDIR := obj.$(TARGET) OBJDIR := ./obj
# Include LUFA-specific DMBS extension modules # Include LUFA-specific DMBS extension modules
DMBS_LUFA_PATH ?= $(LUFA_PATH)/Build/LUFA DMBS_LUFA_PATH ?= $(LUFA_PATH)/Build/LUFA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment