]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:17 +0000 (22:37 +0200)
commit93483a8d24fc8c4991a041a29d1edc43544050ce
tree9049a09093ae5339755f08d911a7c092139ee752
parent1b7b88517082900fc367547e1ba590146549154b
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