Commit b7f91987 authored by Anton Altaparmakov's avatar Anton Altaparmakov

NTFS: Eeek. Forgot to revert the Makefile before checking it in last time...

parent 589ab626
......@@ -8,9 +8,9 @@ ntfs-objs := aops.o attrib.o compress.o debug.o dir.o file.o inode.o logfile.o \
EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.8-WIP\"
ifeq ($(CONFIG_NTFS_DEBUG),y)
#EXTRA_CFLAGS += -DDEBUG
EXTRA_CFLAGS += -DDEBUG
endif
ifeq ($(CONFIG_NTFS_RW),y)
#EXTRA_CFLAGS += -DNTFS_RW
EXTRA_CFLAGS += -DNTFS_RW
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment