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
08ba50db
Commit
08ba50db
authored
Mar 26, 2015
by
Shikai Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary file
parent
ba81a223
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
Makefile
drivers/usermode-sdk/Makefile
+0
-27
No files found.
drivers/usermode-sdk/Makefile
deleted
100644 → 0
View file @
ba81a223
# VFD Demo System
# By CSK
#
# NOTE: do not alter the order of the folders, they are arranged based on the dependencies
SUBDIRS
:=
infra
\
deps-wraps
\
rpusbdisp-drv
\
demo
.PHONY
:
all clean install listsubs
listsubs
:
@
for
subdir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
subdir
$(MAKECMDGOALS)
||
exit
1
;
done
all
:
listsubs
clean
:
listsubs
install
:
listsubs
distclean
:
$(MAKE)
clean
rm
-r
-f
config.log config.status Makefile Makefile.conf
rm
-r
-f
.obj .output
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