9 lines
149 B
Makefile
9 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= duovero
|
|
BOARD_CONFIG= duovero_defconfig
|
|
FAMILY= omap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|