Revision 7059abedd2f04b68bd7e1a79c9c72f7aeee134c0 authored by Linus Torvalds on 23 October 2006, 23:02:02 UTC, committed by Linus Torvalds on 23 October 2006, 23:02:02 UTC
1 parent 6d03a68
Raw File
Makefile
#
# Makefile for the linux kernel.
#

obj-y			:= irq.o uart.o
obj-m			:=
obj-n			:=
obj-			:=

obj-$(CONFIG_ARCH_IQ80331) += iq80331.o
obj-$(CONFIG_MACH_IQ80332) += iq80332.o
back to top