Skip to content

Commit

Permalink
makefile: Default BOARD_NAME to $(PROJECT)
Browse files Browse the repository at this point in the history
Otherwise it's empty by default on the fastboot screen.
  • Loading branch information
stephan-gh committed Aug 26, 2022
1 parent 8833226 commit ec50220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ ALLOBJS := \
$(BOOTOBJS) \
$(OBJS)

BOARD_NAME ?= $(PROJECT)

# add some automatic configuration defines
DEFINES += \
PROJECT_$(PROJECT)=1 \
Expand Down

0 comments on commit ec50220

Please sign in to comment.