Makefile (b74b953b998bcc2db91b694446f3a2619ec32de6) | Makefile (f6eec8d66400714e47add3d8341688a1e86c5de9) |
---|---|
1# 2# arch/sh/Makefile 3# 4# Copyright (C) 1999 Kaz Kojima 5# Copyright (C) 2002 - 2008 Paul Mundt 6# Copyright (C) 2002 M. R. Brown 7# 8# This file is subject to the terms and conditions of the GNU General Public --- 119 unchanged lines hidden (view full) --- 128core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/ 129core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 130 131# Mach groups 132machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se 133machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx 134machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast 135machdir-$(CONFIG_SH_SH03) += mach-sh03 | 1# 2# arch/sh/Makefile 3# 4# Copyright (C) 1999 Kaz Kojima 5# Copyright (C) 2002 - 2008 Paul Mundt 6# Copyright (C) 2002 M. R. Brown 7# 8# This file is subject to the terms and conditions of the GNU General Public --- 119 unchanged lines hidden (view full) --- 128core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/ 129core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 130 131# Mach groups 132machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se 133machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx 134machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast 135machdir-$(CONFIG_SH_SH03) += mach-sh03 |
136machdir-$(CONFIG_SH_SECUREEDGE5410) += mach-snapgear | |
137machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d 138machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh 139machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 140machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander 141machdir-$(CONFIG_SH_MIGOR) += mach-migor 142machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa 143machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 144machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 --- 93 unchanged lines hidden --- | 136machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d 137machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh 138machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 139machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander 140machdir-$(CONFIG_SH_MIGOR) += mach-migor 141machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa 142machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 143machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 --- 93 unchanged lines hidden --- |