dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add mipi 800x1280 panel drivers in kernel
ronnie
2022-10-23
e3a1b9bdd0692904702c0e734ea5dfde3b0ac8fb
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
samples
/
mei
/
Makefile
1
2
3
4
5
6
7
8
9
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := mei-amt-version
all: $(PROGS)
clean:
rm -fr $(PROGS)