From 2ad076f8a02c8a3165a76dfb093cefd79fdbfc67 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Thu, 17 Oct 2013 15:05:04 -0700 Subject: cleanup: Rename and move header files Device-specific headers belong in driver/ or chip/. The include/ directory should be for common interfaces. Code should not normally need to include driver-specific headers. If it does, it should use the full relative path from the EC project root (for example, drivers/charger/bq24715.h). Change-Id: Id23db37a431e2d802a74ec601db6f69b613352ba Signed-off-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/173746 Reviewed-by: Bill Richardson --- Makefile.toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.toolchain') diff --git a/Makefile.toolchain b/Makefile.toolchain index 1bc6246c3a..bee4b4a864 100644 --- a/Makefile.toolchain +++ b/Makefile.toolchain @@ -25,7 +25,7 @@ CFLAGS_WARN=-Wall -Werror -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-delete-null-pointer-checks -Wdeclaration-after-statement \ -Wno-pointer-sign -fno-strict-overflow -fconserve-stack CFLAGS_DEBUG= -g -CFLAGS_INCLUDE=$(foreach i,$(includes),-I$(i) ) +CFLAGS_INCLUDE=$(foreach i,$(includes),-I$(i) ) -I. CFLAGS_TEST=$(if $(TEST_BUILD),-DTEST_BUILD \ -DTEST_TASKFILE=$(PROJECT).tasklist,) \ $(if $(EMU_BUILD),-DEMU_BUILD) \ -- cgit v1.2.1