Skip to content
Snippets Groups Projects
Commit fd9a6b5c authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove condition

parent f4971d5c
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,7 @@ SUITE ?= stretch ...@@ -34,11 +34,7 @@ SUITE ?= stretch
SOURCE ?= false SOURCE ?= false
# yes no # yes no
ifeq ($(MACHINE),"all") BUILD = $(MACHINE)-$(ARCHITECTURE)
BUILD = $(ARCHITECTURE)
else
BUILD = $(MACHINE)-$(ARCHITECTURE)
endif
NAME = build/$(PROJECT_NAME)-$(IMAGE_NAME)-$(BUILD) NAME = build/$(PROJECT_NAME)-$(IMAGE_NAME)-$(BUILD)
IMAGE = $(NAME).img IMAGE = $(NAME).img
ARCHIVE = $(IMAGE).xz ARCHIVE = $(IMAGE).xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment