Makefile (46557bef3f3834ac33031c7be27d39d90d507442) | Makefile (edabd38e1a017e922e3e3b485ee3ddb4df433aa4) |
---|---|
1# 2# arch/arm/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. 6# 7# This file is subject to the terms and conditions of the GNU General Public 8# License. See the file "COPYING" in the main directory of this archive --- 108 unchanged lines hidden (view full) --- 117 118# Machine directory name. This list is sorted alphanumerically 119# by CONFIG_* macro name. 120machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 121machine-$(CONFIG_ARCH_AT91) := at91 122machine-$(CONFIG_ARCH_BCMRING) := bcmring 123machine-$(CONFIG_ARCH_CLPS711X) := clps711x 124machine-$(CONFIG_ARCH_DAVINCI) := davinci | 1# 2# arch/arm/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. 6# 7# This file is subject to the terms and conditions of the GNU General Public 8# License. See the file "COPYING" in the main directory of this archive --- 108 unchanged lines hidden (view full) --- 117 118# Machine directory name. This list is sorted alphanumerically 119# by CONFIG_* macro name. 120machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 121machine-$(CONFIG_ARCH_AT91) := at91 122machine-$(CONFIG_ARCH_BCMRING) := bcmring 123machine-$(CONFIG_ARCH_CLPS711X) := clps711x 124machine-$(CONFIG_ARCH_DAVINCI) := davinci |
125machine-$(CONFIG_ARCH_DOVE) := dove |
|
125machine-$(CONFIG_ARCH_EBSA110) := ebsa110 126machine-$(CONFIG_ARCH_EP93XX) := ep93xx 127machine-$(CONFIG_ARCH_GEMINI) := gemini 128machine-$(CONFIG_ARCH_H720X) := h720x 129machine-$(CONFIG_ARCH_INTEGRATOR) := integrator 130machine-$(CONFIG_ARCH_IOP13XX) := iop13xx 131machine-$(CONFIG_ARCH_IOP32X) := iop32x 132machine-$(CONFIG_ARCH_IOP33X) := iop33x --- 153 unchanged lines hidden --- | 126machine-$(CONFIG_ARCH_EBSA110) := ebsa110 127machine-$(CONFIG_ARCH_EP93XX) := ep93xx 128machine-$(CONFIG_ARCH_GEMINI) := gemini 129machine-$(CONFIG_ARCH_H720X) := h720x 130machine-$(CONFIG_ARCH_INTEGRATOR) := integrator 131machine-$(CONFIG_ARCH_IOP13XX) := iop13xx 132machine-$(CONFIG_ARCH_IOP32X) := iop32x 133machine-$(CONFIG_ARCH_IOP33X) := iop33x --- 153 unchanged lines hidden --- |