2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the SNI specific part of the kernel
|
|
|
|
#
|
|
|
|
|
2006-04-03 16:56:36 +00:00
|
|
|
obj-y += irq.o pcimt_scache.o reset.o setup.o
|
2006-06-13 11:59:01 +00:00
|
|
|
obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|