Makefile (3bb5da3837cc1aa17736b05139c9a22c3794851a) | Makefile (6e862995a07629858bfa16e0991a258de35007f3) |
---|---|
1# 2# arch/sh/Makefile 3# 4# Copyright (C) 1999 Kaz Kojima 5# Copyright (C) 2002, 2003, 2004 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 --- 93 unchanged lines hidden (view full) --- 102core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 103 104# Boards 105machdir-$(CONFIG_SH_SOLUTION_ENGINE) += se/770x 106machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += se/7722 107machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += se/7751 108machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += se/7780 109machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343 | 1# 2# arch/sh/Makefile 3# 4# Copyright (C) 1999 Kaz Kojima 5# Copyright (C) 2002, 2003, 2004 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 --- 93 unchanged lines hidden (view full) --- 102core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 103 104# Boards 105machdir-$(CONFIG_SH_SOLUTION_ENGINE) += se/770x 106machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += se/7722 107machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += se/7751 108machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += se/7780 109machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343 |
110machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += se/7721 |
|
110machdir-$(CONFIG_SH_HP6XX) += hp6xx 111machdir-$(CONFIG_SH_DREAMCAST) += dreamcast 112machdir-$(CONFIG_SH_MPC1211) += mpc1211 113machdir-$(CONFIG_SH_SH03) += sh03 114machdir-$(CONFIG_SH_SECUREEDGE5410) += snapgear 115machdir-$(CONFIG_SH_RTS7751R2D) += renesas/rts7751r2d 116machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh 117machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 --- 144 unchanged lines hidden --- | 111machdir-$(CONFIG_SH_HP6XX) += hp6xx 112machdir-$(CONFIG_SH_DREAMCAST) += dreamcast 113machdir-$(CONFIG_SH_MPC1211) += mpc1211 114machdir-$(CONFIG_SH_SH03) += sh03 115machdir-$(CONFIG_SH_SECUREEDGE5410) += snapgear 116machdir-$(CONFIG_SH_RTS7751R2D) += renesas/rts7751r2d 117machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh 118machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 --- 144 unchanged lines hidden --- |