10 lines
219 B
Makefile
10 lines
219 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= beaglebone
|
|
BOARD_CONFIG= am335x_evm_defconfig
|
|
FAMILY= omap
|
|
|
|
CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment
|
|
FRAGMENT_NAME= bbb_fragment
|
|
|
|
.include "${MASTERDIR}/Makefile"
|