Makefile 490 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the Linux/SuperH CPU-specifc backends.
#

5 6 7 8
obj-$(CONFIG_CPU_SH2)		= sh2/
obj-$(CONFIG_CPU_SH2A)		= sh2a/
obj-$(CONFIG_CPU_SH3)		= sh3/
obj-$(CONFIG_CPU_SH4)		= sh4/
P
Paul Mundt 已提交
9 10 11 12
obj-$(CONFIG_CPU_SH5)		= sh5/

# Special cases for family ancestry.

P
Paul Mundt 已提交
13
obj-$(CONFIG_CPU_SH4A)		+= sh4a/
14
obj-$(CONFIG_ARCH_SHMOBILE)	+= shmobile/
L
Linus Torvalds 已提交
15

P
Paul Mundt 已提交
16 17
# Common interfaces.

L
Linus Torvalds 已提交
18
obj-$(CONFIG_UBC_WAKEUP)	+= ubc.o
P
Paul Mundt 已提交
19
obj-$(CONFIG_SH_ADC)		+= adc.o
20
obj-$(CONFIG_SH_CLK_CPG)	+= clock-cpg.o
21

M
Magnus Damm 已提交
22
obj-y	+= irq/ init.o clock.o hwblk.o