blob: 0ffedd2c177ae6f5f0ac9a0f160456f0d17b06d7 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001Remove the default CFLAGS and LDFLAGS in Makefile. Ensure the extra linker flags can be passed.
2
3Upstream-Status: Inappropriate [embedded specific]
4
5Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
6
7diff --git a/cases/stress/hwpoison/Makefile b/cases/stress/hwpoison/Makefile
8index da1cbd8..dec5b14 100644
9--- a/cases/stress/hwpoison/Makefile
10+++ b/cases/stress/hwpoison/Makefile
11@@ -1,8 +1,8 @@
12-CFLAGS := -g -Wall
13-LDFLAGS := -g
14+#CFLAGS := -g -Wall
15+#LDFLAGS := -g
16
17-export CFLAGS
18-export LDFLAGS
19+#export CFLAGS
20+#export LDFLAGS
21
22 all:
23 mkdir -p bin