make: Remove version from build output path

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>
This commit is contained in:
Tim Crawford
2023-07-29 15:22:27 -06:00
committed by Tim Crawford
parent bb1ce2273b
commit c461e20df3

View File

@ -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