https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eb4d0d96fb7887a4ed549b42509df0d79cbffcbf authored by Jason Self on 26 August 2010, 23:42:29 UTC
Linux-libre 2.6.32.21-gnu1
Tip revision: eb4d0d9
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