BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rpusbdisp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Forest Godfrey
rpusbdisp
Commits
ba81a223
Commit
ba81a223
authored
Mar 26, 2015
by
Shikai Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Makefile bugs
parent
4427eac6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
drivers/usermode-sdk/Makefile
+2
-1
Makefile
drivers/usermode-sdk/rpusbdisp-drv/Makefile
+1
-1
No files found.
drivers/usermode-sdk/Makefile
View file @
ba81a223
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
# NOTE: do not alter the order of the folders, they are arranged based on the dependencies
# NOTE: do not alter the order of the folders, they are arranged based on the dependencies
SUBDIRS
:=
infra
\
SUBDIRS
:=
infra
\
deps-wraps
\
deps-wraps
\
rpusbdisp-drv
rpusbdisp-drv
\
demo
.PHONY
:
all clean install listsubs
.PHONY
:
all clean install listsubs
...
...
drivers/usermode-sdk/rpusbdisp-drv/Makefile
View file @
ba81a223
...
@@ -27,7 +27,7 @@ additional_clean:
...
@@ -27,7 +27,7 @@ additional_clean:
rm
-f
$(DYNAMIC_DEST)
rm
-f
$(DYNAMIC_DEST)
install
:
$(DYNAMIC_DEST)
install
:
$(DYNAMIC_DEST)
install
-m
0755
$(DYNAMIC_DEST)
$(PREFIX)
/
bin
install
-m
0755
$(DYNAMIC_DEST)
$(PREFIX)
/
lib
tar
cf - include |
(
cd
$(PREFIX)
;
tar
xf -
)
tar
cf - include |
(
cd
$(PREFIX)
;
tar
xf -
)
include
$(PRJ_ROOT)/scripts/common.mak
include
$(PRJ_ROOT)/scripts/common.mak
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment