]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/lzo/Makefile
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / lib / lzo / Makefile
index 516519a1f8f6e04d03e958b9a3aa12191323931b..2936544abc07a6c991cd15812470c1712d1d72f8 100644 (file)
@@ -5,26 +5,4 @@
 # 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