android_mt6572_jiabo/external/squashfs-tools/kernel-2.4/fs/squashfs/Makefile
2025-09-05 16:56:03 +08:00

11 lines
157 B
Makefile

#
# Makefile for the linux squashfs routines.
#
O_TARGET := squashfs.o
obj-y := inode.o squashfs2_0.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make