https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bd10d13a209d91cd51bd4771a689f8aea95f3269 authored by Jason Self on 10 July 2015, 17:40:44 UTC
Linux-libre 3.10.84-gnu
Tip revision: bd10d13
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