Remove a BOARDS entry left in while testing. Add build-arm-ports${BOARD} target as a prerequisite when ARMPORTS is set. Add build-arm-KERNCONF and build-arm-ports to CLEANFILES. Sponsored by: The FreeBSD Foundation
10 lines
130 B
Makefile
10 lines
130 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BOARD= RPI-B
|
|
ARMPORTS= sysutils/u-boot-rpi
|
|
|
|
build-arm-${BOARD:tl}: build-arm-ports${BOARD:tl}
|
|
touch ${.TARGET}
|