summaryrefslogtreecommitdiff
path: root/arch/mips/ath79/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-18 00:17:54 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2011-12-07 22:02:48 (GMT)
commit3ae400223121ffb7d5b6f8299b6d18059a8fd038 (patch)
treec7e1f4f679b3bd38778ea402b1f97c81564b8f00 /arch/mips/ath79/Makefile
parent34cfcd26bd34884e9bcbbfae4f87b36e42931c30 (diff)
downloadlinux-3ae400223121ffb7d5b6f8299b6d18059a8fd038.tar.xz
MIPS: ath79: Rename ATH79_DEV_AR913X_WMAC option to ATH79_DEV_WMAC
The ATH79_DEV_AR913X_WMAC option was used to select the AR913x specific wireless MAC registration code. The registration code now supports the AR933X SoCs as well. Rename the option to reflect the changes. Also make the new option depends on SOC_AR933X. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Cc: Imre Kaloz <kaloz@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3031/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/Makefile')
-rw-r--r--arch/mips/ath79/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/Makefile b/arch/mips/ath79/Makefile
index 3ecc146..53eca55 100644
--- a/arch/mips/ath79/Makefile
+++ b/arch/mips/ath79/Makefile
@@ -16,11 +16,11 @@ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
# Devices
#
obj-y += dev-common.o
-obj-$(CONFIG_ATH79_DEV_AR913X_WMAC) += dev-ar913x-wmac.o
obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS) += dev-gpio-buttons.o
obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o
obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o
obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o
+obj-$(CONFIG_ATH79_DEV_WMAC) += dev-ar913x-wmac.o
#
# Machines