Skip to content

Commit 0fc693e

Browse files
committed
evbarm/am18: build lego mindstorms ev3 device tree
1 parent 55f31e8 commit 0fc693e

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

sys/dtb/arm/ti/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
TARGETS+= dtblist
44

55
SUBDIR+= omap
6+
SUBDIR+= davinci
67

78
.include <bsd.subdir.mk>

sys/dtb/arm/ti/davinci/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# $NetBSD $
2+
3+
DTSSUBDIR= ti/davinci
4+
.if !empty(MACHINE_ARCH:Mearmv5*)
5+
DTSMAKEVARS= CONFIG_ARCH_DAVINCI=y
6+
.endif
7+
DTSFILESCMD= ${MAKE} -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v dtb-y
8+
DTS= ${DTSFILESCMD:sh}
9+
10+
.include <bsd.dtb.mk>

0 commit comments

Comments
 (0)