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>
This commit is contained in:

committed by
Marek Vasut

parent
905e8f9e53
commit
cc25d85be3
@@ -6,6 +6,3 @@
|
||||
ifndef CONFIG_SPL_BUILD
|
||||
ALL-y += u-boot.img
|
||||
endif
|
||||
|
||||
# Added for handoff support
|
||||
PLATFORM_RELFLAGS += -Iboard/$(VENDOR)/$(BOARD)
|
||||
|
Reference in New Issue
Block a user