summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/fs/squashfs/Makefile
blob: 0dcd8d17fbdd8fec1ece873832574d6931275cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the linux squashfs routines.
#

O_TARGET := squashfs.o

obj-y  := inode.o

obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make