452874d851
ports. Switch to using my github branch for grabbing ports. Convert the Beaglebone family of ports over to using the new setup.
10 lines
189 B
Makefile
10 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= beaglebone
|
|
BOARD_CONFIG= am335x_boneblack_defconfig
|
|
FAMILY= omap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|