diff options
Diffstat (limited to 'board/siemens/pxm2/Makefile')
-rw-r--r-- | board/siemens/pxm2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/siemens/pxm2/Makefile b/board/siemens/pxm2/Makefile index f15993216b..3e3394a865 100644 --- a/board/siemens/pxm2/Makefile +++ b/board/siemens/pxm2/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Makefile # @@ -7,9 +8,6 @@ # Based on: # u-boot:/board/ti/am335x/Makefile # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ -# -# SPDX-License-Identifier: GPL-2.0+ -# ifdef CONFIG_SPL_BUILD obj-y := mux.o |