blob: 473e961bebc27fa23720941510f2e8b38450e71d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ KDIR := /lib/modules/$(shell uname -r)/b
PWD := $(shell pwd)
default:
- $(MAKE) -C $(KDIR) M=$(PWD)
- gcc -O2 -pipe -Wall dmx_usb_test.c -o dmx_usb_test
+ $(MAKE) -C $(KERNELPATH) M=$(PWD)
endif
|