- reinstate dmalloc and efence support

This commit is contained in:
Bernhard Reutner-Fischer
2007-03-28 15:00:27 +00:00
parent 0eec4abb13
commit 58a275b303
2 changed files with 9 additions and 1 deletions

View File

@@ -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