Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Compact Universal Timing Endpoint based on White Rabbit
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Compact Universal Timing Endpoint based on White Rabbit
Commits
360ce693
Commit
360ce693
authored
10 years ago
by
Qiang Du
Browse files
Options
Downloads
Patches
Plain Diff
Fixed main Makefile dependency
parent
ea6f64d3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
360ce693
include
dir_list.mk
SYN_TOP
=
$(
TOP
)
/
syn/cute_wr/wr_core_demo
SYN_TOP
=
$(
TOP
)
syn/cute_wr/wr_core_demo
EB_TGT
=
$(
EB_DIR
)
/api/libetherbone.a
BIT_TGT
=
$(
SYN_TOP
)
/cute_top_wrc.bit
WRC_TGT
=
$(
FW_DIR
)
/wrc.elf
...
...
@@ -30,7 +30,7 @@ etherbone-clean:
etherbone-install
:
$(
MAKE
)
-C
$(
EB_DIR
)
/api
install
tools
:
etherbone
tools
:
$(EB_TGT)
$(
MAKE
)
-C
tools
EB
=
$(
EB_DIR
)
/api all
tools-clean
:
...
...
@@ -48,7 +48,7 @@ $(WRC_TGT): $(EB_TGT) $(FW_DIR)/.config
firmware-clean
:
$(
MAKE
)
-C
$(
FW_DIR
)
EB
=
$(
EB_DIR
)
/api clean
$(BIT_TGT)
:
firmware
$(BIT_TGT)
:
$(WRC_TGT)
$(
MAKE
)
-C
$(
SYN_TOP
)
all
gateware-clean
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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
register
or
sign in
to comment