aboutsummaryrefslogtreecommitdiff
path: root/libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch
blob: 2a03d9484b21955bb520e4593c47fc6b9f183dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ KDIR	:= /lib/modules/$(shell uname -r)/build
 PWD	:= $(shell pwd)
 
 default:
-	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
-	gcc -O2 -pipe -Wall dmx_usb_test.c -o dmx_usb_test
+	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(PWD) modules
 
 endif