xref: /openbmc/linux/arch/mips/lantiq/Makefile (revision f79e4d5f92a129a1159c973735007d4ddc8541f3)
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
7obj-y := irq.o clk.o prom.o
8
9obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
10
11obj-$(CONFIG_SOC_TYPE_XWAY) += xway/
12obj-$(CONFIG_SOC_FALCON) += falcon/
13