Files
domo/projects/rpi_minimal/Makefile
NADAL Jean-Baptiste 36af1b0874 Add toolchain rules
2019-10-25 18:35:14 +02:00

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