Files
domo/projects/rpi_minimal/Makefile
T

11 lines
204 B
Makefile

#
# Entry point for the project.
# Define the target.
export BR_PROJECT:=$(shell pwd)
export BR_PROJECT_NAME:=rpi_minimal
export BR_BOARD:=$(shell pwd)/../../bsp/board/rpi/
include $(BR_BOARD)/main.mk