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