10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= duovero
|
|
BOARD_CONFIG= duovero_config
|
|
FAMILY= omap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|