Files
domo/projects/pi_domo/Makefile

15 lines
335 B
Makefile

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