Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the SNI specific part of the kernel | ||||
3 | # | ||||
4 | |||||
Thomas Bogendoerfer | 06cf558 | 2007-06-20 23:36:47 +0200 | [diff] [blame] | 5 | obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o |
Thomas Bogendoerfer | 231a35d | 2008-01-04 23:31:07 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_EISA) += eisa.o |
Ralf Baechle | dde96ca | 2007-07-30 11:48:58 +0100 | [diff] [blame] | 7 | |
8 | EXTRA_CFLAGS += -Werror |