repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce old redir program
[lcapit-junk-code.git]
/
linux-kernel
/
fake-serial
/
tty
/
Makefile
blob
4d4f116adb3c92598d271647084a671c4d4506d6
1
obj-m
:=
fake-serial-device.o
2
PWD
:= $(
shell
pwd
)
3
KVER
:= $(
shell
uname
-
r
)
4
KDIR
:= /
lib
/
modules
/$(
KVER
)/
source
5
6
default
:
7
$(
MAKE
) -
C
$(
KDIR
)
SUBDIRS
=$(
PWD
)
modules
8
9
clean
:
10
$(
MAKE
) -
C
$(
KDIR
)
SUBDIRS
=$(
PWD
)
clean