blob: d16966189db9dcb21a84ac0cdd3a936bfb8f4b1e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2010 Nobuhiro Iwamatsu
# Copyright (C) 2008 Renesas Solutions Corp.
#
# u-boot/board/shmin/Makefile
#
# SPDX-License-Identifier: GPL-2.0+
obj-y := shmin.o
extra-y += lowlevel_init.o
|