GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / fs / isofs / Makefile
blobbf162f0942d54251b49fed531b433d87fbd228e6
2 # Makefile for the Linux isofs filesystem routines.
5 obj-$(CONFIG_ISO9660_FS) += isofs.o
7 isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
8 isofs-objs-$(CONFIG_JOLIET) += joliet.o
9 isofs-objs-$(CONFIG_ZISOFS) += compress.o
10 isofs-objs := $(isofs-objs-y)