https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e6badbe66f0c596922e38a797eb9783b6dc2d3a0 authored by Jason Self on 20 November 2014, 21:18:04 UTC
Linux-libre 3.12.33-gnu
Tip revision: e6badbe
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