]> git.neil.brown.name Git - history.git/commitdiff
NTFS: Eeek. Forgot to revert the Makefile before checking it in last time...
authorAnton Altaparmakov <aia21@cantab.net>
Fri, 7 May 2004 15:26:31 +0000 (16:26 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Fri, 7 May 2004 15:26:31 +0000 (16:26 +0100)
fs/ntfs/Makefile

index 2b9f449b54953c833c6ad478e3ba8adf6a1f4bb2..0bb0a01cba730cb405b3c2bf5cfb27297a83e4d2 100644 (file)
@@ -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