#
# Makefile for Toshbia's RBTX4925 board
#
# 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).
#

USE_STANDARD_AS_RULE := true

O_TARGET := toshiba_rbtx4925.o

obj-y := prom.o 
obj-y += setup.o 
obj-y += irq.o 

obj-$(CONFIG_PCI) += pci_fixup.o pci_ops.o 
obj-$(CONFIG_IDE) += pcmcia_ide.o 

include $(TOPDIR)/Rules.make
