From 170966f98caccd95f8311ec709f408495303c8bd Mon Sep 17 00:00:00 2001 From: xusaiqun Date: Tue, 11 Jun 2019 15:29:01 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20aaa-12=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E6=A0=B8=E6=A8=A1=E5=9D=97makfile?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=20RCA=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=BA=EF=BC=9Axusaiqun=20=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E4=BA=BA=EF=BC=9Axusaiqun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xusaiqun --- Platform/modules/cfgrcv/Makefile | 2 +- Platform/modules/pdelivery/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/modules/cfgrcv/Makefile b/Platform/modules/cfgrcv/Makefile index 34d2c49c2..0eb45850f 100755 --- a/Platform/modules/cfgrcv/Makefile +++ b/Platform/modules/cfgrcv/Makefile @@ -6,7 +6,7 @@ INCLUDE := -I../lib -I../../../Common LIB := obj-m :=cfgrcv.o -cfgrcv-objs := cfgrcv_kinit.o +cfgrcv-objs := cfgrcv_kinit.o ../netlink_api/libnetlink_k.o #KERNEL :=$(HUACHENG_LINUX_KERNEL) KERNEL :=/usr/src/linux PWD :=$(shell pwd) diff --git a/Platform/modules/pdelivery/Makefile b/Platform/modules/pdelivery/Makefile index f38fd6d70..44d5313dd 100644 --- a/Platform/modules/pdelivery/Makefile +++ b/Platform/modules/pdelivery/Makefile @@ -6,7 +6,7 @@ DEFINES := LIB := EXTRA_CFLAGS := -I../../../Common -obj-m :=pdeliv.o +obj-m :=pdeliv.o ../netlink_api/libnetlink_k.o pdeliv-objs := pdeliverynl_kinit.o #KERNEL :=$(HUACHENG_LINUX_KERNEL) KERNEL :=/usr/src/linux