summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/lib/lzma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/lib/lzma/Makefile')
-rw-r--r--qemu/roms/u-boot/lib/lzma/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/lib/lzma/Makefile b/qemu/roms/u-boot/lib/lzma/Makefile
new file mode 100644
index 000000000..b6c80671b
--- /dev/null
+++ b/qemu/roms/u-boot/lib/lzma/Makefile
@@ -0,0 +1,13 @@
+#
+# Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
+# Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
+#
+# (C) Copyright 2003-2006
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ccflags-y += -D_LZMA_PROB32
+
+obj-y += LzmaDec.o LzmaTools.o