#
# Makefile for the IDT 79S334 board specific parts of the kernel
#
# 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

all: idt.o

O_TARGET := idt.o

obj-y	 := irq.o prom.o time.o setup.o idtIRQ.o serial_gdb.o 
obj-$(CONFIG_PCI) += pci_fixup.o pci_ops.o
#obj-$(CONFIG_BLK_DEV_INITRD)	+= ../../boot/ramdisk.o
obj-$(CONFIG_MIPS_RTC) += rtc-ds1553.o
include $(TOPDIR)/Rules.make
