O_TARGET = lufs.o

obj-y := dir.o file.o inode.o proc.o symlink.o

obj-m := $(O_TARGET)

EXTRA_CFLAGS := -I/usr/include/lufs

here:
	DIR=`pwd`; (cd $(TOPDIR); make SUBDIRS=$$DIR modules)
	@echo

clean:
	-rm -f ($M_OBJS) *.o .*.o.flags *~

include $(TOPDIR)/Rules.make

