[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / sh / kernel / cpu / sh4

File: [Development] / linux-2.6-xfs / arch / sh / kernel / cpu / sh4 / Makefile (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

#
# Makefile for the Linux/SuperH SH-4 backends.
#

obj-y	:= fpu.o

obj-$(CONFIG_CPU_SUBTYPE_ST40STB1)	+= irq_intc2.o
obj-$(CONFIG_CPU_SUBTYPE_SH7751)	+= irq_intc2.o

ifeq ($(CONFIG_PCI),y)
obj-$(CONFIG_CPU_SUBTYPE_ST40STB1)	+= pci-st40.o
obj-$(CONFIG_CPU_SUBTYPE_SH7751)	+= pci-sh7751.o 
endif