John Crispin | 171bb2f | 2011-03-30 09:27:47 +0200 | [diff] [blame] | 1 | # Copyright (C) 2010 John Crispin <blogic@openwrt.org> |
| 2 | # |
| 3 | # This program is free software; you can redistribute it and/or modify it |
| 4 | # under the terms of the GNU General Public License version 2 as published |
| 5 | # by the Free Software Foundation. |
| 6 | |
John Crispin | a039222 | 2012-04-13 20:56:13 +0200 | [diff] [blame] | 7 | obj-y := irq.o clk.o prom.o |
| 8 | |
| 9 | obj-y += dts/ |
John Crispin | 171bb2f | 2011-03-30 09:27:47 +0200 | [diff] [blame] | 10 | |
| 11 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
John Crispin | 8ec6d93 | 2011-03-30 09:27:48 +0200 | [diff] [blame] | 12 | |
| 13 | obj-$(CONFIG_SOC_TYPE_XWAY) += xway/ |
John Crispin | d41ced0 | 2012-04-19 16:16:11 +0200 | [diff] [blame] | 14 | obj-$(CONFIG_SOC_FALCON) += falcon/ |