mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 22:37:01 +07:00
57d9d9630a
The drivers for RTL8723AE and RTL8723BE have some code in common. This commit copies the common power management routines into the shared code. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
10 lines
168 B
Makefile
10 lines
168 B
Makefile
rtl8723-common-objs := \
|
|
main.o \
|
|
dm_common.o \
|
|
fw_common.o \
|
|
phy_common.o
|
|
|
|
obj-$(CONFIG_RTL8723_COMMON) += rtl8723-common.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|