Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Makefile (97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea) |
---|---|
1# Copyright (C) 2010 John Crispin <blogic@openwrt.org> | 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/ | 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/ |