#
# Makefile for common code for Toshiba TX4927 based systems
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# TC90400 LSP Reference No : 43PJ292-20050906-QFP_BOARD01-000

USE_STANDARD_AS_RULE := true

O_TARGET:= tc90400.o

obj-y	:= tc90400_prom.o
obj-y	+= tc90400_setup.o
obj-y	+= tc90400_irq.o
obj-y	+= tc90400_irq_handler.o

obj-$(CONFIG_KGDB)		+= tc90400_dbgio.o
obj-$(CONFIG_PCI)		+= tc90400_pci_fixup.o
obj-$(CONFIG_PCI)		+= tc90400_pci_ops.o

include $(TOPDIR)/Rules.make
