From 74f5871ab200598a5b3577ebbf1b4701b0947974 Mon Sep 17 00:00:00 2001 From: zzzuo Date: Tue, 11 May 2021 15:51:34 +0800 Subject: [PATCH] change linux source softlink --- manager/Makefile | 5 +++-- model/display/Makefile | 2 +- model/input/Makefile | 4 ++-- model/network/wifi/hdfwifi.mk | 4 ++-- model/network/wifi/vendor/hi3881/Makefile | 4 ++-- model/sensor/Makefile | 2 +- network/src/Makefile | 2 +- osal/src/Makefile | 2 +- platform/platform.mk | 2 +- test/Makefile | 2 +- test/test_khdf.mk | 2 +- 11 files changed, 16 insertions(+), 15 deletions(-) diff --git a/manager/Makefile b/manager/Makefile index 6a55574..c76982a 100644 --- a/manager/Makefile +++ b/manager/Makefile @@ -72,8 +72,9 @@ ccflags-y += -Iinclude/../drivers/hdf/framework/include \ -Iinclude/../drivers/hdf/framework/core/common/include/host \ -Iinclude/../drivers/hdf/framework/core/common/include/manager \ -Iinclude/../drivers/hdf/framework/core/adapter/vnode/include \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include \ + -I../../../../third_party/bounds_checking_function/include \ -Iinclude/../drivers/hdf/framework/ability/config/hcs_parser/include \ -Iinclude/../drivers/hdf/framework/include/config \ -Iinclude/../drivers/hdf/framework/ability/config/hcs_parser/include \ - -Iinclude/../drivers/hdf/khdf/osal/include + -Iinclude/../drivers/hdf/khdf/osal/include \ + -Iinclude/uapi/linux diff --git a/model/display/Makefile b/model/display/Makefile index 0bd4d94..c6646a0 100755 --- a/model/display/Makefile +++ b/model/display/Makefile @@ -34,7 +34,7 @@ ccflags-y += -lm -lc -lgcc \ -Idrivers/hdf/framework/include/core \ -Idrivers/hdf/framework/core/common/include/host \ -Idrivers/hdf/framework/ability/sbuf/include \ - -Idrivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include \ + -I../../../../third_party/bounds_checking_function/include \ -Idrivers/hdf/framework/include \ -Idrivers/hdf/framework/include/osal \ -Idrivers/hdf/framework/include/platform \ diff --git a/model/input/Makefile b/model/input/Makefile index a0ec867..3c87f1f 100755 --- a/model/input/Makefile +++ b/model/input/Makefile @@ -45,5 +45,5 @@ ccflags-y += -Iinclude/../drivers/hdf/framework/model/input/driver \ -Iinclude/../drivers/hdf/framework/core/host/include \ -Iinclude/../drivers/hdf/framework/core/shared/include \ -Iinclude/../drivers/hdf/khdf/osal/include \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/FreeBSD/sys/dev/evdev + -I../../../../third_party/bounds_checking_function/include \ + -I../../../../third_party/FreeBSD/sys/dev/evdev diff --git a/model/network/wifi/hdfwifi.mk b/model/network/wifi/hdfwifi.mk index 4772e22..180ebdb 100755 --- a/model/network/wifi/hdfwifi.mk +++ b/model/network/wifi/hdfwifi.mk @@ -54,7 +54,7 @@ HDF_WIFI_ADAPTER_INC := \ -Idrivers/hdf/khdf/network/include HDF_WIFI_VENDOR_INC := \ - -I../../../../../../../../../../../device/hisilicon/drivers/huawei_proprietary/wifi/driver/core + -I../../../../device/hisilicon/drivers/huawei_proprietary/wifi/driver/core SECURE_LIB_INC := \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include + -I../../../../third_party/bounds_checking_function/include diff --git a/model/network/wifi/vendor/hi3881/Makefile b/model/network/wifi/vendor/hi3881/Makefile index 3e749ba..879133f 100755 --- a/model/network/wifi/vendor/hi3881/Makefile +++ b/model/network/wifi/vendor/hi3881/Makefile @@ -18,7 +18,7 @@ HDF_VENDOR_PREFIX := ../../../../../../../../../ include drivers/hdf/khdf/model/network/wifi/hdfwifi.mk -INC_TOP_PATH := ../../../../../../../../../../../ +INC_TOP_PATH := ../../../../ VENDOR_WIFI_PATH := device/hisilicon/drivers/huawei_proprietary/wifi/driver WIFI_DRIVER_DIR := hi3881 @@ -114,4 +114,4 @@ wifi-objs += $(mac-objs) $(hmac-objs) $(wal-objs) $(hcc-objs) $(MODULE_NAME)-objs := $(wifi-objs) $(plat-objs) -ccflags-$(CONFIG_DRIVERS_HI3881) += $(HI1131_HOST_CFLAGS) \ No newline at end of file +ccflags-$(CONFIG_DRIVERS_HI3881) += $(HI1131_HOST_CFLAGS) diff --git a/model/sensor/Makefile b/model/sensor/Makefile index 8cc8f30..10da304 100644 --- a/model/sensor/Makefile +++ b/model/sensor/Makefile @@ -37,4 +37,4 @@ ccflags-y += -Idrivers/hdf/framework/model/sensor/driver/include \ -Idrivers/hdf/framework/include/platform \ -Idrivers/hdf/framework/include/config \ -Idrivers/hdf/khdf/osal/include \ - -Idrivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include + -I../../../../third_party/bounds_checking_function/include diff --git a/network/src/Makefile b/network/src/Makefile index b18464f..038be61 100755 --- a/network/src/Makefile +++ b/network/src/Makefile @@ -22,4 +22,4 @@ ccflags-$(CONFIG_DRIVERS_HDF_WIFI) += \ -Iinclude/hdf/wifi \ -Iinclude/hdf/utils \ -Iinclude/hdf/osal \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include + -I../../../../third_party/bounds_checking_function/include diff --git a/osal/src/Makefile b/osal/src/Makefile index e0384e6..a9b93be 100644 --- a/osal/src/Makefile +++ b/osal/src/Makefile @@ -18,4 +18,4 @@ ccflags-y += -Iinclude/hdf \ -Iinclude/hdf/osal \ -Iinclude/hdf/utils \ -Idrivers/hdf/khdf/osal/include \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include + -I../../../../third_party/bounds_checking_function/include diff --git a/platform/platform.mk b/platform/platform.mk index 12b60d1..b68803e 100644 --- a/platform/platform.mk +++ b/platform/platform.mk @@ -31,4 +31,4 @@ ccflags-$(CONFIG_DRIVERS_HDF_PLATFORM) += -Idrivers/hdf/framework/include/platfo -Idrivers/hdf/framework/core/common/include/host \ -Idrivers/hdf/framework/ability/sbuf/include \ -Idrivers/hdf/framework/utils/include \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include + -I../../../../third_party/bounds_checking_function/include diff --git a/test/Makefile b/test/Makefile index 091e955..1dca9ed 100644 --- a/test/Makefile +++ b/test/Makefile @@ -67,7 +67,7 @@ ccflags-y += -Idrivers/hdf/framework/include \ -Idrivers/hdf/framework/core/common/include/host \ -Idrivers/hdf/framework/core/common/include/manager \ -Idrivers/hdf/framework/core/adapter/vnode/include \ - -Idrivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include \ + -I../../../../third_party/bounds_checking_function/include \ -Idrivers/hdf/framework/ability/config/hcs_parser/include \ -Idrivers/hdf/framework/test/unittest/config \ -Idrivers/hdf/framework/test/unittest/ability/config/hcs_parser/unittest \ diff --git a/test/test_khdf.mk b/test/test_khdf.mk index 1aa031e..0ad5cf6 100644 --- a/test/test_khdf.mk +++ b/test/test_khdf.mk @@ -56,7 +56,7 @@ ccflags-$(CONFIG_DRIVERS_HDF_TEST) += -Idrivers/hdf/framework/include/platform \ -I$(HDF_FRAMEWORK_ROOT)/model/network/wifi/core/compoments/softap \ -I$(HDF_FRAMEWORK_ROOT)/model/network/wifi/core/compoments/sta \ -I$(HDF_FRAMEWORK_ROOT)/model/network/wifi/platform/include \ - -Iinclude/../drivers/hdf/../../../../../../../../../../../../../third_party/bounds_checking_function/include \ + -I../../../../third_party/bounds_checking_function/include \ -I$(HDF_FRAMEWORK_TEST_ROOT)/platform \ -I$(HDF_FRAMEWORK_TEST_ROOT)/wifi \ -I$(HDF_FRAMEWORK_TEST_ROOT)/platform/common \ -- Gitee