summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYun Cai <yun.cai@amlogic.com>2015-05-19 22:37:38 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-28 15:28:14 +0800
commit509f5e1c64464994102bb503766d027bd5f778f5 (patch)
treefcf01d7674ac8392850279bc29152a77236a7c4f /Makefile
parent5b03237b03585bf74e854e7184e553b78a6c5644 (diff)
downloadu-boot-odroid-c1-509f5e1c64464994102bb503766d027bd5f778f5.tar.gz
Add bootm cmd and enable -Werror option
This is a combination of 2 commits. 1). add bootm command support 2). Remove warning, enable -Werror option Change-Id: I9e69aa69f773530c214b0f51987d625aa7c2cd15
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8494493b55..8b80005382 100644
--- a/Makefile
+++ b/Makefile
@@ -589,6 +589,7 @@ include $(srctree)/scripts/Makefile.extrawarn
KBUILD_CPPFLAGS += $(KCPPFLAGS)
KBUILD_AFLAGS += $(KAFLAGS)
KBUILD_CFLAGS += $(KCFLAGS)
+KBUILD_CFLAGS += -Werror
# Use UBOOTINCLUDE when you must reference the include/ directory.
# Needed to be compatible with the O= option