mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
|
#
|
||
|
# 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
|