Index: Makefile |
diff --git a/Makefile b/Makefile |
index c62cf9983f170ce6caecdca17ddb284ce2f5e2fe..56b70689105a8ed7732e6234166eea673d49229f 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -4,7 +4,7 @@ |
export CC ?= gcc |
export CXX ?= g++ |
-export CFLAGS = -Wall -DNDEBUG -O3 -Werror |
+export CFLAGS = -Wall -DNDEBUG -O3 -Werror -DCHROMEOS_ENVIRONMENT |
export TOP = $(shell pwd) |
export FWDIR=$(TOP)/firmware |
export HOSTDIR=$(TOP)/host |