]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - SQUASHFS/squashfs-tools-4.4/kernel/kernel-2.4/fs/squashfs/Makefile
Add extra check.
[Ventoy.git] / SQUASHFS / squashfs-tools-4.4 / kernel / kernel-2.4 / fs / squashfs / Makefile
1 #
2 # Makefile for the linux squashfs routines.
3 #
4
5 O_TARGET := squashfs.o
6
7 obj-y := inode.o squashfs2_0.o
8
9 obj-m := $(O_TARGET)
10
11 include $(TOPDIR)/Rules.make