#
# Makefile for some libs needed by zImage.
#

L_TARGET := lib.a

obj-y := zlib.o

include $(TOPDIR)/Rules.make
