9 lines
170 B
Makefile
9 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= sinovoip-bpi-m3
|
|
BOARD_CONFIG= Sinovoip_BPI_M3_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|