for it yet). This is probably very broken and/or wrong, but that's why we have projects branches. Sponsored by: The FreeBSD Foundation
10 lines
100 B
Makefile
10 lines
100 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BOARD= ZEDBOARD
|
|
${BOARD}PARTSCHEME= mbr
|
|
|
|
build-arm-${BOARD:tl}:
|
|
touch ${.TARGET}
|