#
# Makefile for the PMC-Sierra Big Sur
#

USE_STANDARD_AS_RULE := true

O_TARGET:= big_sur.o

obj-y  += int-handler.o irq.o big_sur_irq.o

include $(TOPDIR)/Rules.make
