diff options
Diffstat (limited to 'board/compulab/cm_t335/Makefile')
-rw-r--r-- | board/compulab/cm_t335/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/compulab/cm_t335/Makefile b/board/compulab/cm_t335/Makefile index b405caaa5c..34f6713118 100644 --- a/board/compulab/cm_t335/Makefile +++ b/board/compulab/cm_t335/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2013 Compulab Ltd - http://compulab.co.il/ # # Author: Ilya Ledvich <ilya@compulab.co.il> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += cm_t335.o obj-$(CONFIG_SPL_BUILD) += mux.o spl.o |