mirror of
https://github.com/commaai/panda.git
synced 2026-06-13 15:45:02 +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
|