diff options
Diffstat (limited to 'lib/lzo/Makefile')
-rw-r--r-- | lib/lzo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/lzo/Makefile b/lib/lzo/Makefile index 2936544abc..45612a83da 100644 --- a/lib/lzo/Makefile +++ b/lib/lzo/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2008 # Stefan Roese, DENX Software Engineering, sr@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += lzo1x_decompress.o |