10 lines
197 B
Makefile
10 lines
197 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= riotboard
|
|
BOARD_CONFIG= riotboard_defconfig
|
|
FAMILY= imx6
|
|
|
|
UBOOT_PLIST= u-boot.imx
|
|
UBOOT_EXTRA_TARGETS= u-boot.imx
|
|
|
|
.include "${MASTERDIR}/Makefile"
|