rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # Copyright (C) 2010 John Crispin <john@phrozen.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 | |||||
7 | obj-y := irq.o clk.o prom.o | ||||
8 | |||||
9 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | ||||
10 | |||||
11 | obj-$(CONFIG_SOC_TYPE_XWAY) += xway/ | ||||
12 | obj-$(CONFIG_SOC_FALCON) += falcon/ |