7 lines
163 B
Makefile
7 lines
163 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= olimex-a20-som-evb
|
|
BOARD_CONFIG= A20-Olimex-SOM-EVB_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|