Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
feb6f202200107c1997957b0cdcd1f83784dba9d
/
.
/
src
/
kernel
/
linux
/
v4.19
/
samples
/
auxdisplay
/
Makefile
blob: 0273bab27233c52aac6196272a343b51983e4f47 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
# SPDX-License-Identifier: GPL-2.0
2
CC
:=
$
(
CROSS_COMPILE
)
gcc
3
CFLAGS
:=
-
I
../../
usr
/
include
4
5
PROGS
:=
cfag12864b
-
example
6
7
all
:
$
(
PROGS
)
8
9
clean
:
10
rm
-
fr $
(
PROGS
)