swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 1e4b044d22517cae7047c99038abb444423243ca authored by Linus Torvalds on 08 July 2018, 23:34:02 UTC
Linux 4.18-rc4
Tip revision: 1e4b044
Makefile
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y					:= core.o lm.o
obj-$(CONFIG_ARCH_INTEGRATOR_AP)	+= integrator_ap.o
obj-$(CONFIG_ARCH_INTEGRATOR_CP)	+= integrator_cp.o
obj-$(CONFIG_INTEGRATOR_IMPD1)		+= impd1.o
back to top