aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/lib/bzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/lib/bzip2/Makefile')
-rw-r--r--roms/u-boot/lib/bzip2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/u-boot/lib/bzip2/Makefile b/roms/u-boot/lib/bzip2/Makefile
new file mode 100644
index 000000000..ebdd2976d
--- /dev/null
+++ b/roms/u-boot/lib/bzip2/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
+ bzlib_randtable.o bzlib_huffman.o
+obj-$(CONFIG_SANDBOX) += bzlib_compress.o bzlib_blocksort.o