diff options
Diffstat (limited to 'roms/u-boot/board/ms7720se/Makefile')
-rw-r--r-- | roms/u-boot/board/ms7720se/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/board/ms7720se/Makefile b/roms/u-boot/board/ms7720se/Makefile new file mode 100644 index 00000000..1819c4c1 --- /dev/null +++ b/roms/u-boot/board/ms7720se/Makefile @@ -0,0 +1,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 +obj-y += lowlevel_init.o |