From 41ebc47fcab503744ab9164346ad23df59b8a787 Mon Sep 17 00:00:00 2001 From: xusaiqun Date: Tue, 11 Jun 2019 18:55:06 -0700 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=B9pdeliv=E6=A8=A1=E5=9D=97makfile=EF=BC=8C?= =?UTF-8?q?=E8=83=BD=E5=A4=9F=E5=8C=85=E6=8B=AC=E5=85=B6=E4=BB=96=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=9A=84=E6=BA=90=E4=BB=A3=E7=A0=81=20RCA=EF=BC=9A=20?= =?UTF-8?q?SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9Axusaiqun=20?= =?UTF-8?q?=E6=A3=80=E8=A7=86=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/pdelivery/Makefile | 7 +++---- Platform/user/cfg2kernel/Makefile | 2 +- Platform/user/pdeliv_u/Makefile | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Platform/modules/pdelivery/Makefile b/Platform/modules/pdelivery/Makefile index 44d5313dd..fb7a77282 100644 --- a/Platform/modules/pdelivery/Makefile +++ b/Platform/modules/pdelivery/Makefile @@ -2,12 +2,11 @@ export HUACHENG_LINUX_KERNEL DEFINES := -#INCLUDE := -I../lib -I../../../Common +INCLUDE := -I../lib -I../../../Common LIB := -EXTRA_CFLAGS := -I../../../Common -obj-m :=pdeliv.o ../netlink_api/libnetlink_k.o -pdeliv-objs := pdeliverynl_kinit.o +obj-m :=pdeliv.o +pdeliv-objs := pdeliverynl_kinit.o ../netlink_api/libnetlink_k.o #KERNEL :=$(HUACHENG_LINUX_KERNEL) KERNEL :=/usr/src/linux diff --git a/Platform/user/cfg2kernel/Makefile b/Platform/user/cfg2kernel/Makefile index dd10ffc85..cd6633221 100644 --- a/Platform/user/cfg2kernel/Makefile +++ b/Platform/user/cfg2kernel/Makefile @@ -13,7 +13,7 @@ TARGET := cfgchannel_sample #compile and lib parameter #±àÒë²ÎÊý CC := gcc -LIBS := -L../lib -lnetlinku +LIBS := -L../netlink_uapi -lnetlinku LDFLAGS := DEFINES := INCLUDE := -I../lib -I../../../Common -I../netlink_uapi diff --git a/Platform/user/pdeliv_u/Makefile b/Platform/user/pdeliv_u/Makefile index 642ba0818..3debd931f 100644 --- a/Platform/user/pdeliv_u/Makefile +++ b/Platform/user/pdeliv_u/Makefile @@ -13,7 +13,7 @@ TARGET := pdeliv_main #compile and lib parameter #±àÒë²ÎÊý CC := gcc -LIBS := -L../lib -lnetlinku +LIBS := -L../netlink_uapi -lnetlinku LDFLAGS := DEFINES := INCLUDE := -I../lib -I../../../Common -I../netlink_uapi