https://github.com/torvalds/linux
Raw File
Tip revision: 422bef879e84104fee6dc68ded0e371dbeb5f88e authored by Linus Torvalds on 22 August 2009, 01:00:46 UTC
Linux 2.6.31-rc7
Tip revision: 422bef8
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			:= irq.o mm.o time.o devices.o gpio.o

# Board-specific support
obj-$(CONFIG_MACH_RUT100)	+= board-rut1xx.o
back to top