diff options
Diffstat (limited to 'board/renesas/sh7763rdp/Makefile')
-rw-r--r-- | board/renesas/sh7763rdp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/renesas/sh7763rdp/Makefile b/board/renesas/sh7763rdp/Makefile index 13f7ae9b47..0db63c5d2b 100644 --- a/board/renesas/sh7763rdp/Makefile +++ b/board/renesas/sh7763rdp/Makefile @@ -1,12 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2008 Renesas Solutions Corp. # Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> # Copyright (C) 2007 Kenati Technologies, Inc. # # board/sh7763rdp/Makefile -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := sh7763rdp.o extra-y += lowlevel_init.o |