#
#  Copyright 2001 MontaVista Software Inc.
#  Author: MontaVista Software, Inc.
#     	stevel@mvista.com or source@mvista.com
#
# Makefile for the IDT 79EB355/79RP355 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

O_TARGET := idt-79EB355.o

obj-y	 := irq.o setup.o

obj-$(CONFIG_IDT_79EB355) += lcd.o
obj-$(CONFIG_MIPS_RTC) += rtc-ds1501.o

include $(TOPDIR)/Rules.make

