summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5687c8c..12ba6c7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ LDFLAGS :=
# Compile with 'make DEBUG=true' to enable debugging
DEBUG = false
ifeq ($(strip $(DEBUG)),true)
- CFLAGS += -g -DDEBUG -fmudflap
- LDFLAGS += -lmudflap
+ CFLAGS += -g -DDEBUG
+ LDFLAGS +=
endif
all: inotail
=packet-loop-back&id=a9042defa29a01cc538b742eab047848e9b5ae14&id2=74dcba3589fc184c7118905eda22b3a4aaef95ff'>diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial updates from Jiri Kosina. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: NTB: correct ntb_spad_count comment typo misc: ibmasm: fix typo in error message Remove references to dead make variable LINUX_INCLUDE Remove last traces of ikconfig.h treewide: Fix printk() message errors Documentation/device-mapper: s/getsize/getsz/
Diffstat (limited to 'drivers')