Makefile (5a4053b23262afefa748e1e4c439931d4c27693b) | Makefile (91b91d01416afba8d3f230a62b5d2784bd7af94a) |
---|---|
1# $Id: Makefile,v 1.35 2004/04/15 03:39:20 sugioka Exp $ 2# 3# This file is subject to the terms and conditions of the GNU General Public 4# License. See the file "COPYING" in the main directory of this archive 5# for more details. 6# 7# Copyright (C) 1999 Kaz Kojima 8# Copyright (C) 2002, 2003, 2004 Paul Mundt --- 89 unchanged lines hidden (view full) --- 98machdir-$(CONFIG_SH_MPC1211) := mpc1211 99machdir-$(CONFIG_SH_SH03) := sh03 100machdir-$(CONFIG_SH_SECUREEDGE5410) := snapgear 101machdir-$(CONFIG_SH_HS7751RVOIP) := renesas/hs7751rvoip 102machdir-$(CONFIG_SH_RTS7751R2D) := renesas/rts7751r2d 103machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh 104machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 105machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp | 1# $Id: Makefile,v 1.35 2004/04/15 03:39:20 sugioka Exp $ 2# 3# This file is subject to the terms and conditions of the GNU General Public 4# License. See the file "COPYING" in the main directory of this archive 5# for more details. 6# 7# Copyright (C) 1999 Kaz Kojima 8# Copyright (C) 2002, 2003, 2004 Paul Mundt --- 89 unchanged lines hidden (view full) --- 98machdir-$(CONFIG_SH_MPC1211) := mpc1211 99machdir-$(CONFIG_SH_SH03) := sh03 100machdir-$(CONFIG_SH_SECUREEDGE5410) := snapgear 101machdir-$(CONFIG_SH_HS7751RVOIP) := renesas/hs7751rvoip 102machdir-$(CONFIG_SH_RTS7751R2D) := renesas/rts7751r2d 103machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh 104machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 105machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp |
106machdir-$(CONFIG_SH_7710VOIPGW) := renesas/sh7710voipgw |
|
106machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev 107machdir-$(CONFIG_SH_LANDISK) := landisk 108machdir-$(CONFIG_SH_TITAN) := titan 109machdir-$(CONFIG_SH_SHMIN) := shmin 110machdir-$(CONFIG_SH_UNKNOWN) := unknown 111 112incdir-y := $(notdir $(machdir-y)) 113incdir-$(CONFIG_SH_HP6XX) := hp6xx --- 75 unchanged lines hidden --- | 107machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev 108machdir-$(CONFIG_SH_LANDISK) := landisk 109machdir-$(CONFIG_SH_TITAN) := titan 110machdir-$(CONFIG_SH_SHMIN) := shmin 111machdir-$(CONFIG_SH_UNKNOWN) := unknown 112 113incdir-y := $(notdir $(machdir-y)) 114incdir-$(CONFIG_SH_HP6XX) := hp6xx --- 75 unchanged lines hidden --- |