From d97056efe5d98ab703370da315674ba9552eed79 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 24 Nov 2020 21:40:51 -0800 Subject: dmx_usb_module: update to 19.12.1 Cleaned up Makefile for consistency between packages. Remove outdated patch. Refreshed other one. Signed-off-by: Rosen Penev --- libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch') diff --git a/libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch b/libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch index 2a03d9484..473e961be 100644 --- a/libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch +++ b/libs/dmx_usb_module/patches/001-dmx_usb_Makefile.patch @@ -1,13 +1,12 @@ --- a/Makefile +++ b/Makefile -@@ -12,8 +12,7 @@ KDIR := /lib/modules/$(shell uname -r)/build +@@ -12,8 +12,7 @@ KDIR := /lib/modules/$(shell uname -r)/b PWD := $(shell pwd) default: -- $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +- $(MAKE) -C $(KDIR) M=$(PWD) - gcc -O2 -pipe -Wall dmx_usb_test.c -o dmx_usb_test -+ $(MAKE) -C $(KERNELPATH) SUBDIRS=$(PWD) modules ++ $(MAKE) -C $(KERNELPATH) M=$(PWD) endif - -- cgit v1.2.3