diff options
Diffstat (limited to 'board/ge/mx53ppd/Makefile')
-rw-r--r-- | board/ge/mx53ppd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/ge/mx53ppd/Makefile b/board/ge/mx53ppd/Makefile index 928edfbad6f..9fae4143998 100644 --- a/board/ge/mx53ppd/Makefile +++ b/board/ge/mx53ppd/Makefile @@ -1,12 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ # Copyright 2017 General Electric Company # # Based on board/freescale/mx53loco/Makefile: # # (C) Copyright 2011 Freescale Semiconductor, Inc. # Jason Liu <r64343@freescale.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += mx53ppd.o obj-$(CONFIG_VIDEO) += mx53ppd_video.o |