diff options
Diffstat (limited to 'board/mpr2/Makefile')
-rw-r--r-- | board/mpr2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpr2/Makefile b/board/mpr2/Makefile index 0cb1dd61046..6a71803ac79 100644 --- a/board/mpr2/Makefile +++ b/board/mpr2/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007 # Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> @@ -13,7 +14,6 @@ # # board/mpr2/Makefile # -# SPDX-License-Identifier: GPL-2.0+ obj-y := mpr2.o extra-y += lowlevel_init.o |