#
# Makefile for the TJSYS JMR-TX3927 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: sgx00.o
O_TARGET := sgx00.o
obj-y	 := irq.o time.o setup.o pci.o prom.o s3511a.o wdtmr.o 

ifeq ($(CONFIG_MCT_SG600),y) 
obj-y	+= power.o
endif

ifeq ($(CONFIG_MCT_SA100),y) 
obj-y	+= power.o
endif

include $(TOPDIR)/Rules.make
