Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the SGI specific kernel interface routines | ||||
3 | # under Linux. | ||||
4 | # | ||||
5 | |||||
Ralf Baechle | e971290 | 2007-05-24 12:54:04 +0100 | [diff] [blame] | 6 | obj-y += ip32-berr.o ip32-irq.o ip32-platform.o ip32-setup.o ip32-reset.o \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | crime.o ip32-memory.o |
Ralf Baechle | dde96ca | 2007-07-30 11:48:58 +0100 | [diff] [blame] | 8 | |
9 | EXTRA_CFLAGS += -Werror |