#
# Makefile for generic Broadcom MIPS boards
#
# Copyright (C) 2001 Broadcom Corporation
#
obj-y		:= int-handler.o

ifdef CONFIG_REMOTE_DEBUG
obj-y += dbg_io.o
endif

