secgateway/Platform/modules/pdelivery/Makefile

20 lines
496 B
Makefile
Raw Normal View History

2019-06-11 03:21:35 +00:00
#Makefile 2.6
export HUACHENG_LINUX_KERNEL
DEFINES :=
#INCLUDE := -I../lib -I../../../Common
2019-06-11 03:21:35 +00:00
LIB :=
EXTRA_CFLAGS := -I../../../Common
2019-06-11 03:21:35 +00:00
obj-m :=pdeliv.o ../netlink_api/libnetlink_k.o
2019-06-11 03:21:35 +00:00
pdeliv-objs := pdeliverynl_kinit.o
#KERNEL :=$(HUACHENG_LINUX_KERNEL)
KERNEL :=/usr/src/linux
2019-06-11 03:21:35 +00:00
PWD :=$(shell pwd)
modules :
$(MAKE) -C $(KERNEL) M=$(PWD) modules
2019-06-11 03:21:35 +00:00
.PHONEY:clean
clean :
rm -rf *.o *.mod.c *.ko *.symvers *.order *.makers .*.cmd *.cmd .tmp_versions .cache.mk