8 lines
155 B
Makefile
8 lines
155 B
Makefile
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= pcduino3
|
|
BOARD_CONFIG= Linksprite_pcDuino3_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|