2009-08-31 03:15:51 +08: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 18:04:12 +08:00
|
|
|
obj-y := irq.o setup.o devices.o rt305x.o
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
|
2009-09-02 23:31:00 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_V22RW_2X2) += mach-v22rw-2x2.o
|
2009-08-31 03:15:51 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_WHR_G300N) += mach-whr-g300n.o
|