]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Makefile
be2net: Patch to flash redboot section while firmware update.
[net-next-2.6.git] / Makefile
index 8278361281588a802accd4d1e8a94cb0e34de851..aa3e13a7e353a655f00085eeb1103444fdee0952 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -221,7 +221,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
 
 HOSTCC       = gcc
 HOSTCXX      = g++
-HOSTCFLAGS   = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
 HOSTCXXFLAGS = -O2
 
 # Decide whether to build built-in, modular, or both.