You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the SNI specific part of the kernel
|
|
#
|
|
|
|
obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o
|
|
obj-$(CONFIG_EISA) += eisa.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|
|
|