forked from Lainports/opnsense-ports
11 lines
178 B
Makefile
11 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= riotboard
|
|
BOARD_CONFIG= riotboard_defconfig
|
|
FAMILY= imx6
|
|
|
|
UBOOT_PLIST= u-boot.imx
|
|
|
|
.include "${MASTERDIR}/Makefile"
|