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