2009-08-30 22:15:51 +03:00
|
|
|
#
|
|
|
|
# Makefile for the Ralink RT305x SoC specific parts of the kernel
|
|
|
|
#
|
|
|
|
# Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
|
|
|
|
#
|
|
|
|
# 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 13:04:12 +03:00
|
|
|
obj-y := irq.o setup.o devices.o rt305x.o
|
2009-08-30 22:15:51 +03:00
|
|
|
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
|
2009-10-18 11:48:07 +03:00
|
|
|
obj-$(CONFIG_RT305X_MACH_DIR_300_REVB) += mach-dir-300-revb.o
|
2009-09-02 18:31:00 +03:00
|
|
|
obj-$(CONFIG_RT305X_MACH_V22RW_2X2) += mach-v22rw-2x2.o
|
2009-08-30 22:15:51 +03:00
|
|
|
obj-$(CONFIG_RT305X_MACH_WHR_G300N) += mach-whr-g300n.o
|
2009-10-24 23:55:36 +03:00
|
|
|
obj-$(CONFIG_RT305X_MACH_FONERA20N) += mach-fonera20n.o
|