From 58a275b303adfd1a9f27005ece5e9cb83443b5cc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 28 Mar 2007 15:00:27 +0000 Subject: - reinstate dmalloc and efence support --- Makefile.flags | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.flags') diff --git a/Makefile.flags b/Makefile.flags index b7711f698..487300de2 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 -- cgit v1.2.3