1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Makefile: Fix the path of hal/phydm

This commit is contained in:
Robin 2022-12-19 19:34:05 +00:00
parent b1d911b688
commit 137030b27a

View File

@ -21,6 +21,7 @@ EXTRA_CFLAGS += -Wno-vla -g
#endif
EXTRA_CFLAGS += -I$(srctee)/$(src)/include
EXTRA_CFLAGS += -I$(srctree)/$(src)/hal/phydm
EXTRA_LDFLAGS += --strip-all -O3
########################## WIFI IC ############################
@ -234,7 +235,6 @@ EXTRA_CFLAGS += -I$(srctee)/$(src)/platform
_PLATFORM_FILES := platform/platform_ops.o
EXTRA_CFLAGS += -I$(srctree)/$(src)/hal/btc
EXTRA_CFLAGS += -I$(srctree)/$(src)/hal/phydm
########### HAL_RTL8188E #################################
ifeq ($(CONFIG_RTL8188E), y)