You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
252 B

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