1 # SPDX-License-Identifier: GPL-2.0-only << 2 # Copyright (C) 2010 John Crispin <john@phrozen 1 # Copyright (C) 2010 John Crispin <john@phrozen.org> 3 # 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. 4 6 5 obj-y := irq.o clk.o prom.o 7 obj-y := irq.o clk.o prom.o 6 8 7 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 9 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 8 10 9 obj-$(CONFIG_SOC_TYPE_XWAY) += xway/ 11 obj-$(CONFIG_SOC_TYPE_XWAY) += xway/ 10 obj-$(CONFIG_SOC_FALCON) += falcon/ 12 obj-$(CONFIG_SOC_FALCON) += falcon/
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.