#
# Makefile for the SNI specific part of the kernel
#

O_TARGET := sni.o

obj-y	 := int-handler.o io.o irq.o pci.o pcimt_scache.o reset.o setup.o

EXTRA_AFLAGS := $(CFLAGS)

include $(TOPDIR)/Rules.make