aboutsummaryrefslogtreecommitdiff
path: root/Makefile.main
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-12-03 16:20:34 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-12-03 16:20:34 +1100
commit3ee71369bcc9c3b299586acb7f714d83c7447011 (patch)
tree525448c62cf0cfefbcae712cd1c99e80bc25c4d4 /Makefile.main
parentc89400a0538394e87b60f29c3883d826f04ddc84 (diff)
parentd379d6d9f5ece1606d9fc89bbbdb56814d405116 (diff)
downloadskiboot-3ee71369bcc9c3b299586acb7f714d83c7447011.zip
skiboot-3ee71369bcc9c3b299586acb7f714d83c7447011.tar.gz
skiboot-3ee71369bcc9c3b299586acb7f714d83c7447011.tar.bz2
Merge branch 'stable'
Diffstat (limited to 'Makefile.main')
-rw-r--r--Makefile.main4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.main b/Makefile.main
index 094a8fc..ea5fc8e 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -210,8 +210,8 @@ include $(shell find $(SRC)/* -name Makefile.check)
extract-gcov: extract-gcov.c
$(call Q, HOSTCC ,$(HOSTCC) $(HOSTCFLAGS) \
-DTARGET__GNUC__=`echo '__GNUC__'|$(CC) -E -|grep -v '^#'` \
- -DTARGET__GNUC_MINOR__=`echo '__GNUC__'|$(CC) -E -|grep -v '^#'` \
- -O0 -g -I$(SRC) -o $@ $<,$<)
+ -DTARGET__GNUC_MINOR__=`echo '__GNUC_MINOR__'|$(CC) -E -|grep -v '^#'` \
+ -Wpadded -O0 -g -I$(SRC) -o $@ $<,$<)
coverage-report: skiboot.info
genhtml --branch-coverage -q -o $@ $<