6d81f38c6a
for it yet). This is probably very broken and/or wrong, but that's why we have projects branches. Sponsored by: The FreeBSD Foundation
11 lines
169 B
Makefile
11 lines
169 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BOARD= WANDBOARD-QUAD
|
|
${BOARD}PARTSCHEME= mbr
|
|
ARMPORTS= sysutils/u-boot-wandboard
|
|
|
|
build-arm-${BOARD:tl}: build-arm-ports${BOARD:tl}
|
|
touch ${.TARGET}
|