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

Merge pull request #1030 from MrRob0-X/v5.6.4.2

Makefile: Fix the path of `hal/phydm`
This commit is contained in:
Christian Bremvåg 2022-12-19 20:36:38 +01:00 committed by GitHub
commit ac4969f08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)