arm:create SoC specific bsp directory and move code to there.
Created a new directory called bsp (board support package) to hold board or system on chip specific code. The idea is the following. Change-Id: Ica5886806940facae2fa5492fcc938b3c2b989be
This commit is contained in:
@@ -39,6 +39,7 @@ CPPFLAGS+= -I${.OBJDIR}/..
|
||||
# Machine-dependent headers, order is important!
|
||||
CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH}/include
|
||||
CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH}/bsp/include
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/include/arch/${MACHINE_ARCH}/include
|
||||
|
||||
.include "system/Makefile.inc"
|
||||
|
||||
Reference in New Issue
Block a user