mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
12 lines
238 B
Makefile
12 lines
238 B
Makefile
|
#
|
||
|
# (C) Copyright 2013-2015, Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y := clock.o
|
||
|
obj-y += lpddr2.o
|
||
|
obj-y += s32v234evb.o
|
||
|
|
||
|
#########################################################################
|