summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags
index b7711f698..487300de2 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -58,4 +58,13 @@ endif
58ifeq ($(CONFIG_SELINUX),y) 58ifeq ($(CONFIG_SELINUX),y)
59LDFLAGS += -lselinux -lsepol 59LDFLAGS += -lselinux -lsepol
60endif 60endif
61
62ifeq ($(CONFIG_EFENCE),y)
63LDFLAGS += -lefence
64endif
65
66ifeq ($(CONFIG_DMALLOC),y)
67LDFLAGS += -ldmalloc
68endif
69
61#LDFLAGS += -nostdlib 70#LDFLAGS += -nostdlib