X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhostfs%2FMakefile;h=0f8e01cb3c3fff48879e760490923520a90142eb;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=794292e0a95d5ec2f1a8dea16cdbd23de5156c81;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/hostfs/Makefile b/fs/hostfs/Makefile index 794292e0a..0f8e01cb3 100644 --- a/fs/hostfs/Makefile +++ b/fs/hostfs/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2000 Jeff Dike (jdike@karaya.com) # Licensed under the GPL # @@ -12,7 +12,7 @@ STAT64_INO_FIELD := $(shell grep -q __st_ino /usr/include/bits/stat.h && \ hostfs-objs := hostfs_kern.o hostfs_user.o -obj-y = +obj-y = obj-$(CONFIG_HOSTFS) += hostfs.o SINGLE_OBJS = $(foreach f,$(patsubst %.o,%,$(obj-y) $(obj-m)),$($(f)-objs))