Commit 6da1ac34 authored by xiaohuihui-bzwx-kj's avatar xiaohuihui-bzwx-kj
Browse files

drivers: fix compiling problem in bzwx N5/N6 series NIC drivers

bzwx inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I9I2QM


CVE: NA

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

fix kernel compiling problem when execute make command
with different O=output_dir parameter caused by Makefile of
bzwx N5/N6 series NIC drivers.

Signed-off-by: default avatarxiaohuihui-bzwx-kj <xiaohuihui@bzwx-kj.com>
parent 0c8d7c88
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
# Makefile for the BeiZhongWangXin network device drivers.
#

ccflags-y += -I$(srctree)/drivers/net/ethernet/bzwx/nce/comm
ccflags-y += -I$(srctree)/drivers/net/ethernet/bzwx/nce/ne6x
ccflags-y += -I$(srctree)/drivers/net/ethernet/bzwx/nce/ne6x_vf
subdir-ccflags-y += -I$(src)/comm
subdir-ccflags-y += -I$(src)/ne6x
subdir-ccflags-y += -I$(src)/ne6x_vf