diff options
Diffstat (limited to 'board/pb1x00/Makefile')
-rw-r--r-- | board/pb1x00/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/pb1x00/Makefile b/board/pb1x00/Makefile index 647eb85d743..5ef9b7f43bc 100644 --- a/board/pb1x00/Makefile +++ b/board/pb1x00/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 = pb1x00.o flash.o obj-y += lowlevel_init.o |