blob: 4620869b36db3cc2cc11089c63039709936abad2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
#
# SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
#
obj-y += cpu.o
obj-y += dram_init.o
obj-$(CONFIG_SPL_BUILD) += spl.o
|