Ramaxel inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I4CBDP CVE: NA
Change from V1: 1. Change category from feature to bugfix; 2. Add description
Net:NIC:SPNIC:Fix compile error when O= is specififed
Signed-off-by: Yanling Song songyl@ramaxel.com --- drivers/net/ethernet/ramaxel/spnic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/ramaxel/spnic/Makefile b/drivers/net/ethernet/ramaxel/spnic/Makefile index f86ccff374f6..207e1d9c431a 100644 --- a/drivers/net/ethernet/ramaxel/spnic/Makefile +++ b/drivers/net/ethernet/ramaxel/spnic/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_SPNIC) += spnic.o
-subdir-ccflags-y += -I$(src)/hw +subdir-ccflags-y += -I$(srctree)/$(src)/hw
spnic-objs := hw/sphw_common.o \ hw/sphw_hwif.o \
On 11/3/21 11:23 AM, Yanling Song wrote:
Ramaxel inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I4CBDP CVE: NA
Change from V1:
- Change category from feature to bugfix;
- Add description
Usually, change log is put
Net:NIC:SPNIC:Fix compile error when O= is specififed
Signed-off-by: Yanling Song songyl@ramaxel.com
here (under '---').
Thanks, Guoqing