Skip to content

Commit

Permalink
compile also on rockship part1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 25, 2023
1 parent c8083b7 commit a680cd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,11 @@ _BTC_FILES += hal/btc/halbtc8192e1ant.o \
hal/btc/halbtc8821c2ant.o
endif

ifeq ($(CONFIG_PLATFORM_ARM64_RPI), y)
include $(TopDIR)/drivers/net/wireless/rtl8812au/hal/phydm/phydm.mk
else
include $(TopDIR)/hal/phydm/phydm.mk
endif

########### HAL_RTL8812A_RTL8821A #################################
ifneq ($(CONFIG_RTL8812A)_$(CONFIG_RTL8821A), n_n)
Expand Down

0 comments on commit a680cd1

Please sign in to comment.