11 lines
204 B
Makefile
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
|