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
SOURCE ?= false
# yes no
ifeq ($(MACHINE),"all")
BUILD = $(ARCHITECTURE)
else
BUILD = $(MACHINE)-$(ARCHITECTURE)
endif
BUILD = $(MACHINE)-$(ARCHITECTURE)
NAME = build/$(PROJECT_NAME)-$(IMAGE_NAME)-$(BUILD)
IMAGE = $(NAME).img
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