Home | History | Annotate | Download | only in lzma
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
      4 # Luigi 'Comio' Mantellini (luigi.mantellini (at] idf-hit.com)
      5 #
      6 # (C) Copyright 2003-2006
      7 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      8 
      9 ccflags-y += -D_LZMA_PROB32
     10 
     11 obj-y += LzmaDec.o LzmaTools.o
     12