2009-08-30 19:15:58 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Ralink common stuff
|
|
|
|
#
|
2010-01-30 15:25:20 +00:00
|
|
|
# Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org>
|
2009-08-30 19:15:58 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 as published
|
|
|
|
# by the Free Software Foundation.
|
|
|
|
|
2009-09-02 10:04:12 +00:00
|
|
|
obj-y := prom.o setup.o intc.o gpio.o
|
2009-08-31 09:14:14 +00:00
|
|
|
|
2010-01-30 15:25:20 +00:00
|
|
|
obj-$(CONFIG_RALINK_DEV_GPIO_BUTTONS) += dev-gpio-buttons.o
|
2009-08-31 09:14:14 +00:00
|
|
|
obj-$(CONFIG_RALINK_DEV_GPIO_LEDS) += dev-gpio-leds.o
|