https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c8778212775eb15c6f1245b58ae05fd12e0086c3 authored by Jason Self on 21 July 2016, 07:26:30 UTC
Linux-libre 3.12.62-gnu
Tip revision: c877821
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			+= time.o generic.o pfifo.o xc.o

# Specific board support
obj-$(CONFIG_MACH_NXDKN) += nxdkn.o
obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o
obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o
back to top