Makefile (e5723e0eeb2dc16629e86d66785024ead9169000) | Makefile (51e22e7a05c1c6f2e38ac7459d3404e32e543b75) |
---|---|
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 --- 99 unchanged lines hidden (view full) --- 108machdir-$(CONFIG_SH_HS7751RVOIP) := renesas/hs7751rvoip 109machdir-$(CONFIG_SH_RTS7751R2D) := renesas/rts7751r2d 110machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh 111machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 112machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp 113machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev 114machdir-$(CONFIG_SH_LANDISK) := landisk 115machdir-$(CONFIG_SH_TITAN) := titan | 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 --- 99 unchanged lines hidden (view full) --- 108machdir-$(CONFIG_SH_HS7751RVOIP) := renesas/hs7751rvoip 109machdir-$(CONFIG_SH_RTS7751R2D) := renesas/rts7751r2d 110machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh 111machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 112machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp 113machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev 114machdir-$(CONFIG_SH_LANDISK) := landisk 115machdir-$(CONFIG_SH_TITAN) := titan |
116machdir-$(CONFIG_SH_SHMIN) := shmin |
|
116machdir-$(CONFIG_SH_UNKNOWN) := unknown 117 118incdir-y := $(notdir $(machdir-y)) 119incdir-$(CONFIG_SH_HP6XX) := hp6xx 120 121ifneq ($(machdir-y),) 122core-y += arch/sh/boards/$(machdir-y)/ 123endif --- 71 unchanged lines hidden --- | 117machdir-$(CONFIG_SH_UNKNOWN) := unknown 118 119incdir-y := $(notdir $(machdir-y)) 120incdir-$(CONFIG_SH_HP6XX) := hp6xx 121 122ifneq ($(machdir-y),) 123core-y += arch/sh/boards/$(machdir-y)/ 124endif --- 71 unchanged lines hidden --- |