diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -274,8 +274,8 @@ TAR_OPTIONS=$(call qstrip,$(BR2_TAR_OPTIONS)) -xf GNU_TARGET_SUFFIX:=-$(call qstrip,$(BR2_GNU_TARGET_SUFFIX)) -# packages compiled for the host goes here -HOST_DIR:=$(BASE_DIR)/host +# packages compiled for the host go here +HOST_DIR:=$(call qstrip,$(BR2_HOST_DIR)) # stamp (dependency) files go here STAMP_DIR:=$(BASE_DIR)/stamps |