Skip to content
Snippets Groups Projects
Commit 845b8c15 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Bugfix: do not override IMAGE_DIR config option

parent 1a887e8c
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ ARCH_DIR=$(call archdir,$(ARCH)) ...@@ -59,7 +59,6 @@ ARCH_DIR=$(call archdir,$(ARCH))
PRIMARY_ARCH_DIR=$(call archdir,$(PRIMARY_ARCH)) PRIMARY_ARCH_DIR=$(call archdir,$(PRIMARY_ARCH))
SECONDARY_ARCH_DIR=$(call archdir,$(SECONDARY_ARCH)) SECONDARY_ARCH_DIR=$(call archdir,$(SECONDARY_ARCH))
COMMON_DIR=$(WORKSPACE)/common COMMON_DIR=$(WORKSPACE)/common
IMAGE_DIR=$(WORKSPACE)/image
define gentargets = define gentargets =
$(PRIMARY_ARCH_DIR)$1 $(SECONDARY_ARCH_DIR)$1 : $(call archdir,%)$1 $(PRIMARY_ARCH_DIR)$1 $(SECONDARY_ARCH_DIR)$1 : $(call archdir,%)$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment