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
75a16de2
Commit
75a16de2
authored
May 03, 2019
by
Forest Godfrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Makefile to pacify bitbake.
parent
60f669c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
Makefile
linux_driver/Makefile
+10
-3
No files found.
linux_driver/Makefile
View file @
75a16de2
DRIVER_NAME
:=
arduino_i2c
KERNEL_SRC
?=
/lib/modules/
$(
shell
uname
-r
)
/build
KERNEL_SRC
?=
/lib/modules/
$(
shell
uname
-r
)
/build
all
:
modules
modules
:
$(MAKE)
-C
$(KERNEL_SRC)
KCPPFLAGS
=
"
$(EXTRA_CFLAGS)
"
M
=
$(PWD)
modules
%
:
modules_install
:
make
-C
$(KERNEL_SRC)
M
=
$(PWD)
$@
$(MAKE)
-C
$(KERNEL_SRC)
M
=
$(PWD)
modules_install
install
:
modules_install
clean
:
$(MAKE)
-C
$(KERNEL_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