Add toolchain rules

This commit is contained in:
NADAL Jean-Baptiste
2019-10-25 18:35:14 +02:00
parent c1075f68da
commit 36af1b0874
10 changed files with 170 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#
# 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