From 1fc3b32580733c65abb843dbd764b6cc9a2307cc Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Tue, 26 Aug 2014 20:36:51 -0700 Subject: Remove unused include path. This path doesn't exists in the repo so this patch removes it from the Makefile: firmware/arch/${FIRMWARE_ARCH}/include BUG=None BRANCH=None TEST=./emerge_test Change-Id: I8b5461ee0ddfa0aa8d31bc6d2b981912a9ccde58 Reviewed-on: https://chromium-review.googlesource.com/214392 Reviewed-by: Bill Richardson Commit-Queue: Alex Deymo Tested-by: Alex Deymo Reviewed-on: https://chromium-review.googlesource.com/227866 Tested-by: Daisuke Nojiri Reviewed-by: Daisuke Nojiri Commit-Queue: Daisuke Nojiri --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 783190b1..f8572db5 100644 --- a/Makefile +++ b/Makefile @@ -228,8 +228,6 @@ INCLUDES += \ # TPM commands and various external functions that are provided by the BIOS. ifeq (${FIRMWARE_ARCH},) INCLUDES += -Ihost/include -Ihost/lib/include -else -INCLUDES += -Ifirmware/arch/${FIRMWARE_ARCH}/include endif # Firmware library, used by the other firmware components (depthcharge, -- cgit v1.2.1