repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8712: changed u32 to __le32
[linux/fpc-iii.git]
/
samples
/
vfio-mdev
/
Makefile
blob
a932edbe38eb9eba5a1b3429bb67cc9c99d0d3a6
1
#
2
# Makefile for mtty.c file
3
#
4
KERNEL_DIR
:=/
lib
/
modules
/$(
shell
uname
-
r
)/
build
5
6
obj-m
:=
mtty.o
7
8
modules
clean
modules_install
:
9
$(
MAKE
) -
C
$(
KERNEL_DIR
)
SUBDIRS
=$(
PWD
) $
@
10
11
default
:
modules
12
13
module
:
modules