Makefile (8a84fc15ae5cafcc366dd85cf8e1ab2040679abc) | Makefile (9d4436a6fbc8c5eccdfcb8f5884e0a7b4a57f6d2) |
---|---|
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 --- 95 unchanged lines hidden (view full) --- 104machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh 105machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 106machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp 107machdir-$(CONFIG_SH_7710VOIPGW) := renesas/sh7710voipgw 108machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev 109machdir-$(CONFIG_SH_LANDISK) := landisk 110machdir-$(CONFIG_SH_TITAN) := titan 111machdir-$(CONFIG_SH_SHMIN) := shmin | 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 --- 95 unchanged lines hidden (view full) --- 104machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh 105machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 106machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp 107machdir-$(CONFIG_SH_7710VOIPGW) := renesas/sh7710voipgw 108machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev 109machdir-$(CONFIG_SH_LANDISK) := landisk 110machdir-$(CONFIG_SH_TITAN) := titan 111machdir-$(CONFIG_SH_SHMIN) := shmin |
112machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) := se/7206 113machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) := se/7619 |
|
112machdir-$(CONFIG_SH_UNKNOWN) := unknown 113 114incdir-y := $(notdir $(machdir-y)) 115incdir-$(CONFIG_SH_HP6XX) := hp6xx 116 117ifneq ($(machdir-y),) 118core-y += arch/sh/boards/$(machdir-y)/ 119endif 120 121# Companion chips 122core-$(CONFIG_HD64461) += arch/sh/cchips/hd6446x/hd64461/ 123core-$(CONFIG_HD64465) += arch/sh/cchips/hd6446x/hd64465/ 124core-$(CONFIG_VOYAGERGX) += arch/sh/cchips/voyagergx/ 125 126cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2 | 114machdir-$(CONFIG_SH_UNKNOWN) := unknown 115 116incdir-y := $(notdir $(machdir-y)) 117incdir-$(CONFIG_SH_HP6XX) := hp6xx 118 119ifneq ($(machdir-y),) 120core-y += arch/sh/boards/$(machdir-y)/ 121endif 122 123# Companion chips 124core-$(CONFIG_HD64461) += arch/sh/cchips/hd6446x/hd64461/ 125core-$(CONFIG_HD64465) += arch/sh/cchips/hd6446x/hd64465/ 126core-$(CONFIG_VOYAGERGX) += arch/sh/cchips/voyagergx/ 127 128cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2 |
129cpuincdir-$(CONFIG_CPU_SH2A) := cpu-sh2a |
|
127cpuincdir-$(CONFIG_CPU_SH3) := cpu-sh3 128cpuincdir-$(CONFIG_CPU_SH4) := cpu-sh4 129 130libs-y := arch/sh/lib/ $(libs-y) $(LIBGCC) 131 132drivers-y += arch/sh/drivers/ 133drivers-$(CONFIG_OPROFILE) += arch/sh/oprofile/ 134 --- 56 unchanged lines hidden --- | 130cpuincdir-$(CONFIG_CPU_SH3) := cpu-sh3 131cpuincdir-$(CONFIG_CPU_SH4) := cpu-sh4 132 133libs-y := arch/sh/lib/ $(libs-y) $(LIBGCC) 134 135drivers-y += arch/sh/drivers/ 136drivers-$(CONFIG_OPROFILE) += arch/sh/oprofile/ 137 --- 56 unchanged lines hidden --- |