#
# Makefile for the TOSHIBA TX4927 EVB 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).
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
# Copyright (C) 2000-2001 Toshiba Corporation
#

.S.s:
	$(CPP) $(AFLAGS) $< -o $@
.S.o:
	$(CC) $(AFLAGS) -c $< -o $@

all: tx4927evb.o
O_TARGET := tx4927evb.o
obj-y	 := irq.o time.o rtc.o setup.o pci.o prom.o kbd.o

include $(TOPDIR)/Rules.make
