2016-05-05 10:57:56 +03:00
|
|
|
# Copyright (C) 2010 John Crispin <john@phrozen.org>
|
2011-03-30 11:27:47 +04: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.
|
|
|
|
|
2012-04-13 22:56:13 +04:00
|
|
|
obj-y := irq.o clk.o prom.o
|
|
|
|
|
2011-03-30 11:27:47 +04:00
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
2011-03-30 11:27:48 +04:00
|
|
|
|
|
|
|
obj-$(CONFIG_SOC_TYPE_XWAY) += xway/
|
2012-04-19 18:16:11 +04:00
|
|
|
obj-$(CONFIG_SOC_FALCON) += falcon/
|