xref: /rk3399_rockchip-uboot/lib/lzma/Makefile (revision 8e2615752ee6d5daf8ce2e1e599a0512750f24b9)
1#
2# Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
3# Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
4#
5# (C) Copyright 2003-2006
6# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7#
8# SPDX-License-Identifier:	GPL-2.0+
9#
10
11ccflags-y += -D_LZMA_PROB32
12
13obj-y += LzmaDec.o LzmaTools.o
14