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