#
# Makefile for the Toshiba TX-RISC board generic 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) 1999-2001 Toshiba Corporation
#

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

all: mctboards.a
L_TARGET := mctboards.a

export-objs = setup.o irq_tx3927.o irq_tx4927.o irq_tx4925.o dma.o

obj-y	:= setup.o pmon.o pmon-low.o prom.o pci.o \
	irq.o irq_tx3927.o irq_tx4927.o irq_tx4925.o int-handler.o \
	dma.o wbflush.o \
	irq_jmi39io2isac.o ide-jmi39io2.o kbd-jmi39io2.o basic_io.o \
	dump_tx3927.o dump_tx4927.o dump_tx4925.o rtl8305.o
obj-$(CONFIG_REMOTE_DEBUG)	+= gdb_hook.o

include $(TOPDIR)/Rules.make
