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

O_TARGET := toshiba_rbtx4938.o

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

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

include $(TOPDIR)/Rules.make
