Files
domo/projects/sun8i-h2_domo/Makefile
2016-12-13 17:29:43 +01:00

16 lines
391 B
Makefile

#
# Entry point for the project.
# Define the target.
export BR_PROJECT:=$(shell pwd)
export BR_PROJECT_NAME:=sun8i-h2_domo
export BR_BOARD:=$(shell pwd)/../../bsp/board/domo/
include $(BR_BOARD)/main.mk
install:
cp $(BR_STAGING)/buildroot/images/zImage /tftpboot/
cp $(BR_STAGING)/buildroot/images/rootfs.cpio.uboot /tftpboot/
cp $(BR_STAGING)/buildroot/images/script.bin /tftpboot/