diff options
Diffstat (limited to 'board/compulab/cm_t54/Makefile')
-rw-r--r-- | board/compulab/cm_t54/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/compulab/cm_t54/Makefile b/board/compulab/cm_t54/Makefile index 298ddd2d1dc..a907074414e 100644 --- a/board/compulab/cm_t54/Makefile +++ b/board/compulab/cm_t54/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2014 Compulab Ltd - http://compulab.co.il/ # # Author: Dmitry Lifshitz <lifshitz@compulab.co.il> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += cm_t54.o obj-$(CONFIG_SPL_BUILD) += mux.o spl.o |