Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2069889ff78cb00fa274818b03cec6d976b3187c
/
.
/
samples
/
vfio-mdev
/
Makefile
blob: a932edbe38eb9eba5a1b3429bb67cc9c99d0d3a6 [
file
] [
log
] [
blame
]
#
# Makefile for mtty.c file
#
KERNEL_DIR
:=/
lib
/
modules
/
$
(
shell uname
-
r
)/
build
obj
-
m
:=
mtty
.
o
modules clean modules_install
:
$
(
MAKE
)
-
C $
(
KERNEL_DIR
)
SUBDIRS
=
$
(
PWD
)
$@
default
:
modules
module
:
modules