net: wireless: rockchip_wlan: bcmdhd: Fix out-of-srctree build

../drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/aiutils.c:25:10: fatal error: 'typedefs.h' file not found

Fixes: 487057acaf ("net: wireless: update bcmdhd driver to 101.10.591.52.27 (20240409-1)(20240411-2)")
Change-Id: I355a012fe28ec9d943998b95b66459bb6f449b88
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Signed-off-by: Alex Zhao <zzc@rock-chips.com>
This commit is contained in:
Alex Zhao
2024-04-17 14:50:33 +08:00
committed by Tao Huang
parent 4a5f5135d1
commit 4e7c88cf70

View File

@@ -474,7 +474,7 @@ BCMDHD_ROOT = $(src)
#$(warning "BCMDHD_ROOT=$(BCMDHD_ROOT)")
EXTRA_CFLAGS = $(DHDCFLAGS)
EXTRA_CFLAGS += -DDHD_COMPILED=\"$(BCMDHD_ROOT)\"
EXTRA_CFLAGS += -I$(BCMDHD_ROOT)/include/ -I$(BCMDHD_ROOT)/
EXTRA_CFLAGS += -I$(srctree)/$(BCMDHD_ROOT)/include/ -I$(srctree)/$(BCMDHD_ROOT)/
ifeq ($(CONFIG_AP6XXX),m)
EXTRA_LDFLAGS += --strip-debug
endif