M7350v7_en_gpl
This commit is contained in:
16
tp-proprietary/tp-domain/Makefile
Normal file
16
tp-proprietary/tp-domain/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# If KERNELRELEASE is defined, we've been invoked from the
|
||||
# kernel build system and can use its language.
|
||||
|
||||
obj-m += tp_domain.o
|
||||
|
||||
PWD := $(shell pwd)
|
||||
|
||||
all:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules
|
||||
|
||||
modules_install:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install
|
||||
|
||||
.PHONY:clean
|
||||
clean:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) clean
|
Reference in New Issue
Block a user