diff --git a/patches/001-dmx_usb_Makefile.patch b/patches/001-dmx_usb_Makefile.patch new file mode 100644 index 0000000..473e961 --- /dev/null +++ b/patches/001-dmx_usb_Makefile.patch @@ -0,0 +1,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 +