Commit 695becd4 authored by Zhongyuan Zhou's avatar Zhongyuan Zhou
Browse files

network_mgmt: Modified OLK5.10 ub compilation missing header files.

driver inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8RECN


CVE: NA

----------------------------------------------------------------------

1.Modified OLK5.10 ub compilation missing header files.
2.Change the relative path to the absolute path.

Signed-off-by: default avatarZhongyuan Zhou <zhouzhongyuan1@huawei.com>
parent 2380c87d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@

#### add inclue directory
MODULE_NAME := ub_nm
ccflags-y += -I$(src)/ip_notify \
			-I$(src) \
			-I$(src)/../ \
ccflags-y += -I$(srctree)/drivers/net/ub/dev/network_mgmt/ip_notify \
			-I$(srctree)/drivers/net/ub/dev/network_mgmt \
			-I$(srctree)/drivers/net/ub/dev \

#### compile NETWORK_MGNT
NETWORK_MGNT_OBJS := network_mgmt.o ./ip_notify/ip_notify.o