Add toolchain rules
This commit is contained in:
10
projects/rpi_minimal/Makefile
Normal file
10
projects/rpi_minimal/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user