https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 2656ad8662c26475823169ce565953a2fc0bcbee authored by Jason Self on 03 July 2013, 18:04:01 UTC
Linux-libre 3.0.85-gnu1
Tip revision: 2656ad8
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