#
# Rob Lembree, lembree@metrolink.com
# based on work by:
# Carsten Langgaard, carstenl@mips.com
#
# Copyright (C) 2001 Metro Link, Inc.  All rights reserved.
# Copyright (C) 2000 MIPS Technologies, Inc.  All rights reserved.
#
# ########################################################################
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License (Version 2) as
# published by the Free Software Foundation.
# 
# This program is distributed in the hope it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
# 
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
#
# #######################################################################
#
# Makefile for the ATI Xilleon specific kernel interface routines
# under Linux.

USE_STANDARD_AS_RULE := true

O_TARGET := xilleon.o

EXTRA_CFLAGS += #-DDBG_BSP_TRACE_ENABLE
EXTRA_CFLAGS += #-DDBG_BSP_TRACE_CORRECT

export-objs		= init.o xilleon_setup.o stw_flash.o

obj-y := xilleonIRQ.o xilleon_int.o \
	xilleon_rtc.o xilleon_setup.o \
	 pci_ops.o pci_fixup.o reset.o init.o \
	 printf.o time.o stw_flash.o

obj-$(CONFIG_KGDB)	+= gdb_hook.o

include $(TOPDIR)/Rules.make
