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