e3752ae5b5
While here use python3 for it as it now works. Two slave ports have been marked broken : u-boot-pandaboard and u-boot-duovero Both of those boards have ~0 users in FreeBSD so if you are one of those raise your hand.
12 lines
189 B
Makefile
12 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= pandaboard
|
|
BOARD_CONFIG= omap4_panda_defconfig
|
|
FAMILY= omap
|
|
|
|
BROKEN= Does not build anymore
|
|
|
|
.include "${MASTERDIR}/Makefile"
|