diff options
Diffstat (limited to 'board/qemu-mips/Makefile')
-rw-r--r-- | board/qemu-mips/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/qemu-mips/Makefile b/board/qemu-mips/Makefile index 8040573ff92..98e38740905 100644 --- a/board/qemu-mips/Makefile +++ b/board/qemu-mips/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2003-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y = qemu-mips.o obj-y += lowlevel_init.o |