From cc25d85be3ffb5fc29279f17b8d68dc0e44dd19c Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 21 Apr 2015 20:38:18 +0900 Subject: ARM: socfpga: do not add board directory to header search path The compiler option "-Iboard/$(VENDOR)/$(BOARD)" just exists here for iocsr_config.c to be able to include iocsr_config.h. Use "..." instead of <...> to include a header in the same directory. Signed-off-by: Masahiro Yamada --- board/altera/socfpga/iocsr_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/altera/socfpga/iocsr_config.c') diff --git a/board/altera/socfpga/iocsr_config.c b/board/altera/socfpga/iocsr_config.c index c79aa6d566..3b202b5b68 100644 --- a/board/altera/socfpga/iocsr_config.c +++ b/board/altera/socfpga/iocsr_config.c @@ -6,7 +6,7 @@ /* This file is generated by Preloader Generator */ -#include +#include "iocsr_config.h" #ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5 const unsigned long iocsr_scan_chain0_table[(( -- cgit v1.2.3