10 lines
186 B
Makefile
Executable File
10 lines
186 B
Makefile
Executable File
#
|
|
# Copyright 2014 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += ls1021atwr.o
|
|
obj-$(CONFIG_FSL_DCU_FB) += dcu.o
|
|
obj-$(CONFIG_ARMV7_PSCI) += psci.o
|