Makefile (7ad8f8f1c5a3a92a303fcf90cb2b15205c0a7635) Makefile (f0be44f4fb1faee42635ca5ea06dc9c3e820a35d)
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

--- 153 unchanged lines hidden (view full) ---

162machine-$(CONFIG_ARCH_MXS) := mxs
163machine-$(CONFIG_ARCH_MVEBU) := mvebu
164machine-$(CONFIG_ARCH_NETX) := netx
165machine-$(CONFIG_ARCH_NOMADIK) := nomadik
166machine-$(CONFIG_ARCH_OMAP1) := omap1
167machine-$(CONFIG_ARCH_OMAP2PLUS) := omap2
168machine-$(CONFIG_ARCH_ORION5X) := orion5x
169machine-$(CONFIG_ARCH_PICOXCELL) := picoxcell
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

--- 153 unchanged lines hidden (view full) ---

162machine-$(CONFIG_ARCH_MXS) := mxs
163machine-$(CONFIG_ARCH_MVEBU) := mvebu
164machine-$(CONFIG_ARCH_NETX) := netx
165machine-$(CONFIG_ARCH_NOMADIK) := nomadik
166machine-$(CONFIG_ARCH_OMAP1) := omap1
167machine-$(CONFIG_ARCH_OMAP2PLUS) := omap2
168machine-$(CONFIG_ARCH_ORION5X) := orion5x
169machine-$(CONFIG_ARCH_PICOXCELL) := picoxcell
170machine-$(CONFIG_ARCH_PNX4008) := pnx4008
170machine-$(CONFIG_ARCH_PRIMA2) := prima2
171machine-$(CONFIG_ARCH_PXA) := pxa
172machine-$(CONFIG_ARCH_REALVIEW) := realview
173machine-$(CONFIG_ARCH_RPC) := rpc
174machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx s3c2412 s3c2440
175machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx
176machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0
177machine-$(CONFIG_ARCH_S5PC100) := s5pc100

--- 71 unchanged lines hidden (view full) ---

249
250core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/
251core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ)
252core-$(CONFIG_VFP) += arch/arm/vfp/
253
254# If we have a machine-specific directory, then include it in the build.
255core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
256core-y += arch/arm/net/
171machine-$(CONFIG_ARCH_PRIMA2) := prima2
172machine-$(CONFIG_ARCH_PXA) := pxa
173machine-$(CONFIG_ARCH_REALVIEW) := realview
174machine-$(CONFIG_ARCH_RPC) := rpc
175machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx s3c2412 s3c2440
176machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx
177machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0
178machine-$(CONFIG_ARCH_S5PC100) := s5pc100

--- 71 unchanged lines hidden (view full) ---

250
251core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/
252core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ)
253core-$(CONFIG_VFP) += arch/arm/vfp/
254
255# If we have a machine-specific directory, then include it in the build.
256core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
257core-y += arch/arm/net/
258core-y += arch/arm/crypto/
257core-y += $(machdirs) $(platdirs)
258
259drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
260
261libs-y := arch/arm/lib/ $(libs-y)
262
263# Default target when executing plain make
264ifeq ($(CONFIG_XIP_KERNEL),y)

--- 51 unchanged lines hidden ---
259core-y += $(machdirs) $(platdirs)
260
261drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
262
263libs-y := arch/arm/lib/ $(libs-y)
264
265# Default target when executing plain make
266ifeq ($(CONFIG_XIP_KERNEL),y)

--- 51 unchanged lines hidden ---