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
78d183e6
Commit
78d183e6
authored
Apr 25, 2019
by
Forest Godfrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give KSRC the more common name KERNEL_SRC for Yocto build system compatibility
parent
e5e9f225
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
linux_driver/Makefile
+3
-3
No files found.
linux_driver/Makefile
View file @
78d183e6
KSRC
?=
/lib/modules/
$(
shell
uname
-r
)
/build
K
ERNEL_
SRC
?=
/lib/modules/
$(
shell
uname
-r
)
/build
all
:
all
:
make
-C
$(KSRC)
M
=
$(PWD)
modules
make
-C
$(K
ERNEL_
SRC)
M
=
$(PWD)
modules
clean
:
clean
:
make
-C
$(KSRC)
M
=
$(PWD)
clean
make
-C
$(K
ERNEL_
SRC)
M
=
$(PWD)
clean
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