blob: daf36deed05e867db026d24848cbefb17c706e49 (
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
obj-y += lowlevel_init.o
|