diff options
Diffstat (limited to 'lib/lzma/Makefile')
-rw-r--r-- | lib/lzma/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/lzma/Makefile b/lib/lzma/Makefile index b6c80671b90..c2fd3e49454 100644 --- a/lib/lzma/Makefile +++ b/lib/lzma/Makefile @@ -1,12 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007-2008 Industrie Dial Face S.p.A. # Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com) # # (C) Copyright 2003-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# ccflags-y += -D_LZMA_PROB32 |