lib: rsa: decouple rsa from FIT image verification
[platform/kernel/u-boot.git] / lib / lzo / Makefile
index 516519a..45612a8 100644 (file)
@@ -1,30 +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+
-#
-
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)liblzo.o
-
-SOBJS  =
-
-COBJS-$(CONFIG_LZO) += lzo1x_decompress.o
-
-COBJS  = $(COBJS-y)
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
-
-$(LIB):        $(obj).depend $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
 
-#########################################################################
+obj-y += lzo1x_decompress.o