swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 30a2f3c60a84092c8084dfe788b710f8d0768cd4 authored by Linus Torvalds on 13 August 2008, 01:55:39 UTC
Linux 2.6.27-rc3
Tip revision: 30a2f3c
Makefile
#
# Makefile for the linux kernel.
#

# Common support
obj-y := irq.o clock.o gpio.o time.o

obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o
back to top