Makefile (f9cd49033b349b8be3bb1f01b39eed837853d880) | Makefile (3229a6d865d78152fb2a25aa0cf97e1904cf18d8) |
---|---|
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 7obj-y := irq.o clk.o prom.o 8 | 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 7obj-y := irq.o clk.o prom.o 8 |
9obj-y += dts/ 10 | |
11obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 12 13obj-$(CONFIG_SOC_TYPE_XWAY) += xway/ 14obj-$(CONFIG_SOC_FALCON) += falcon/ | 9obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 10 11obj-$(CONFIG_SOC_TYPE_XWAY) += xway/ 12obj-$(CONFIG_SOC_FALCON) += falcon/ |