repo.or.cz
/
inexio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the id entry for the iNexio to match the kernel serio.h entry.
[inexio.git]
/
Makefile
blob
baad5c5d12fb431a45033bf4298fa2dfbb4c593c
1
ifneq
($(
KERNELRELEASE
),)
2
obj-m
:=
inexio.o
3
else
4
KDIR
:= /
lib
/
modules
/$(
shell
uname
-
r
)/
build
5
PWD
:= $(
shell
pwd
)
6
default
:
7
$(
MAKE
) -
C
$(
KDIR
)
SUBDIRS
=$(
PWD
)
modules
8
endif
9
10