
# Copyright (C) 2006-2008 Junjiro Okajima
# Copyright (C) 2006-2008 Tomas Matejicek, slax.org
#
# LICENSE follows the described one in lzma.txt.

# $Id: //depot/sw/releases/Aquila_9.2.0/build/squashfs-lzma/lzma457/C/Compress/Lzma/kmod/Makefile#1 $

# # the environment variables are not inherited since 2.6.23
# ifdef SQLZMA_EXTRA_CFLAGS
# EXTRA_CFLAGS += ${SQLZMA_EXTRA_CFLAGS}
# endif

obj-m += unlzma.o sqlzma.o
unlzma-y := module.o
sqlzma-y := uncomp.o
