mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 12:32:31 -04:00
Now that a new mac80211-based driver for Realtek devices has been submitted, it is time to reorganize the directories. Rather than having directories rtlwifi and rtl818x be in drivers/net/wireless/, they will now be in drivers/net/wireless/realtek/. This change simplifies the directory structure, but does not result in any configuration changes that are visable to the user. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
10 lines
171 B
Makefile
10 lines
171 B
Makefile
rtl8192c-common-objs := \
|
|
main.o \
|
|
dm_common.o \
|
|
fw_common.o \
|
|
phy_common.o
|
|
|
|
obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c-common.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|