1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| #
| # Copyright (C) 2007
| # Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
| #
| # Copyright (C) 2007
| # Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| #
| # Copyright (C) 2007
| # Kenati Technologies, Inc.
| #
| # board/ms7720se/Makefile
| #
| # SPDX-License-Identifier: GPL-2.0+
|
| obj-y := ms7720se.o
| extra-y += lowlevel_init.o
|
|