mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
obj-m+=panda.o
|
|
|
|
all:
|
|
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
|
|
clean:
|
|
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|