Kaynağa Gözat

image: disable compile target within image builder

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 45674
Felix Fietkau 10 yıl önce
ebeveyn
işleme
9c7a520ba8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      include/image.mk

+ 1 - 1
include/image.mk

@@ -359,7 +359,7 @@ endef
 
 define Device/Check
   _TARGET = $$(if $$(filter $(PROFILE),$$(PROFILES)),install,install-disabled)
-  _COMPILE_TARGET = $$(if $(CONFIG_IB)$$(filter $(PROFILE),$$(PROFILES)),compile,compile-disabled)
+  _COMPILE_TARGET = $$(if $(if $(IB),,$(CONFIG_IB)$$(filter $(PROFILE),$$(PROFILES))),compile,compile-disabled)
 endef
 
 ifndef IB