Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 63953523341bcafe5928bf6e99bffd7db94b471e authored by Linus Torvalds on 28 July 2005, 22:44:44 UTC
Linux 2.6.13-rc4
Tip revision: 6395352
Makefile
#
# Makefile for the SGI specific kernel interface routines
# under Linux.
#

obj-y	+= ip32-berr.o ip32-irq.o ip32-irq-glue.o ip32-setup.o ip32-reset.o \
	   crime.o ip32-memory.o

EXTRA_AFLAGS := $(CFLAGS)
back to top