xref: /linux-6.3-rc2/arch/arm/mach-versatile/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the linux kernel.
4 #
5 
6 # versatile
7 obj-$(CONFIG_ARCH_VERSATILE)		+= versatile.o
8 
9 # integrator
10 obj-$(CONFIG_ARCH_INTEGRATOR)		+= integrator.o
11 obj-$(CONFIG_ARCH_INTEGRATOR_AP)	+= integrator_ap.o
12 obj-$(CONFIG_ARCH_INTEGRATOR_CP)	+= integrator_cp.o
13 
14 # realview
15 obj-$(CONFIG_ARCH_REALVIEW)		+= realview.o
16 
17 # vexpress
18 obj-$(CONFIG_ARCH_VEXPRESS)		:= v2m.o
19 obj-$(CONFIG_ARCH_VEXPRESS_DCSCB)	+= dcscb.o	dcscb_setup.o
20 CFLAGS_dcscb.o				+= -march=armv7-a
21 CFLAGS_REMOVE_dcscb.o			= -pg
22 obj-$(CONFIG_ARCH_VEXPRESS_SPC)		+= spc.o
23 CFLAGS_REMOVE_spc.o			= -pg
24 obj-$(CONFIG_ARCH_VEXPRESS_TC2_PM)	+= tc2_pm.o
25 CFLAGS_tc2_pm.o				+= -march=armv7-a
26 CFLAGS_REMOVE_tc2_pm.o			= -pg
27 
28 # mps2
29 obj-$(CONFIG_ARCH_MPS2)			+= v2m-mps2.o
30 
31 ifdef CONFIG_SMP
32 obj-y					+= headsmp.o platsmp.o
33 obj-$(CONFIG_ARCH_REALVIEW)		+= platsmp-realview.o
34 obj-$(CONFIG_ARCH_VEXPRESS)		+= platsmp-vexpress.o
35 obj-$(CONFIG_HOTPLUG_CPU)		+= hotplug.o
36 endif
37 

Last Index update Sun Aug 20 00:18:20 CST 2023

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • CFLAGS_REMOVE_dcscb.o
  • CFLAGS_REMOVE_spc.o
  • CFLAGS_REMOVE_tc2_pm.o
  • obj-$(CONFIG_ARCH_VEXPRESS)