From d25d94bea67308e29db895d418f3f1f8153ae2ea Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 1 Jun 2012 13:23:20 +0400 Subject: MIPS: make possible board-specific header files This patch makes possible to put a board-specific header file (e. g. foobar.h) to arch/mips/boards/*/include/board/. Header file usage: #include Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/mips/Makefile b/arch/mips/Makefile index f28c21da94..6b7dae9faf 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -96,6 +96,8 @@ else MACH := endif +CPPFLAGS += -I$(BOARD)/include + common-y += $(BOARD) $(MACH) common-y += arch/mips/lib/ common-y += arch/mips/boot/ -- cgit v1.2.3