Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
39aa928d
Commit
39aa928d
authored
Oct 4, 2016
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Use folder-relative output folder in the XPLAINBridge makefile.
parent
75f36789
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Projects/XPLAINBridge/makefile
+2
-2
2 additions, 2 deletions
Projects/XPLAINBridge/makefile
with
2 additions
and
2 deletions
Projects/XPLAINBridge/makefile
+
2
−
2
View file @
39aa928d
...
@@ -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
# p
roject-specific name
.
# p
ath 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment