Skip to content

Commit

Permalink
make: Remove version from build output path
Browse files Browse the repository at this point in the history
Support building only a single version for a model. This removes the
need to determine the git commit hash and date in order to access build
artifacts.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Oct 3, 2023
1 parent bb1ce22 commit c461e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ VERSION?=$(DATE)_$(REV)

# Set build directory
obj = build
BUILD = $(obj)/$(BOARD)/$(VERSION)
BUILD = $(obj)/$(BOARD)

# Default target - build the board's EC firmware
all: $(BUILD)/ec.rom
Expand Down

0 comments on commit c461e20

Please sign in to comment.