1# 2# Makefile for the linux squashfs routines. 3# 4 5O_TARGET := squashfs.o 6 7obj-y := inode.o squashfs2_0.o 8 9obj-m := $(O_TARGET) 10 11include $(TOPDIR)/Rules.make 12