mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
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 Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I425cb52776bb1b3294b8ef67c951b04afe2288a9
This commit is contained in:
parent
d0954732ea
commit
95a8c1b877
|
|
@ -363,7 +363,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)/
|
||||
EXTRA_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
|
||||
ifeq ($(CONFIG_AP6XXX),m)
|
||||
EXTRA_LDFLAGS += --strip-debug
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user