ARCB/Makefile

8 lines
154 B
Makefile
Raw Normal View History

2021-09-22 18:51:54 +02:00
obj-m += king.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