Jetpack/u-boot/board/samsung/arndale/Makefile
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

12 lines
157 B
Makefile

#
# Copyright (C) 2013 Samsung Electronics
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += arndale_spl.o
ifndef CONFIG_SPL_BUILD
obj-y += arndale.o
endif