ARM: socfpga: do not add board directory to header search path
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 21 Apr 2015 11:38:18 +0000 (20:38 +0900)
committerMarek Vasut <marex@denx.de>
Thu, 7 May 2015 03:19:29 +0000 (05:19 +0200)
commitcc25d85be3ffb5fc29279f17b8d68dc0e44dd19c
treea2b0e6809091dd96f07cca5ff0d09e268e72c931
parent905e8f9e53766e606bd4a0ed46d804889e613f32
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 <yamada.masahiro@socionext.com>
arch/arm/cpu/armv7/socfpga/config.mk
board/altera/socfpga/iocsr_config.c