diff options
author | Bernhard Reutner-Fischer | 2007-03-28 15:00:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-03-28 15:00:27 +0000 |
commit | 58a275b303adfd1a9f27005ece5e9cb83443b5cc (patch) | |
tree | b51cf8c9f1b989a12e3b1c5fd79f9506ce04e559 /Makefile.flags | |
parent | 0eec4abb1371910a5a034da09057fbd0e47b3614 (diff) | |
download | busybox-58a275b303adfd1a9f27005ece5e9cb83443b5cc.zip busybox-58a275b303adfd1a9f27005ece5e9cb83443b5cc.tar.gz |
- reinstate dmalloc and efence support
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index b7711f6..487300d 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -58,4 +58,13 @@ endif ifeq ($(CONFIG_SELINUX),y) LDFLAGS += -lselinux -lsepol endif + +ifeq ($(CONFIG_EFENCE),y) +LDFLAGS += -lefence +endif + +ifeq ($(CONFIG_DMALLOC),y) +LDFLAGS += -ldmalloc +endif + #LDFLAGS += -nostdlib |