BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
arduino_i2c_keyboard
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
arduino_i2c_keyboard
Commits
60f669c2
Commit
60f669c2
authored
Apr 25, 2019
by
Forest Godfrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass everything through to Kbuild.
parent
78d183e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
Makefile
linux_driver/Makefile
+3
-5
No files found.
linux_driver/Makefile
View file @
60f669c2
KERNEL_SRC
?=
/lib/modules/
$(
shell
uname
-r
)
/build
all
:
make
-C
$(KERNEL_SRC)
M
=
$(PWD)
modules
clean
:
make
-C
$(KERNEL_SRC)
M
=
$(PWD)
clean
all
:
modules
%
:
make
-C
$(KERNEL_SRC)
M
=
$(PWD)
$@
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