7 lines
151 B
Makefile
7 lines
151 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi-one
|
|
BOARD_CONFIG= orangepi_one_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|