eudyptula/task_5/Makefile

11 lines
216 B
Makefile
Raw Normal View History

2023-01-27 16:59:44 +00:00
#CFLAGS_my-usb-detect2.o = -DDEBUG
obj-m += my-usb-detect.o
PWD := $(CURDIR)
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean