This commit is contained in:
Ralph Metzler
2016-03-24 12:10:20 +01:00
committed by mvoelkel
parent c18503fcad
commit 1d3bb91eb8
9 changed files with 238 additions and 183 deletions

View File

@@ -1,9 +1,9 @@
KDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
MODDEFS := CONFIG_DVB_DDBRIDGE=m
MODDEFS := CONFIG_DVB_DDBRIDGE=m
all:
all:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) $(MODDEFS) modules
$(MAKE) -C apps