summaryrefslogtreecommitdiffstats
path: root/include/package-bin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/package-bin.mk')
-rw-r--r--include/package-bin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-bin.mk b/include/package-bin.mk
index 96c1aeffcf..dcb3a8acba 100644
--- a/include/package-bin.mk
+++ b/include/package-bin.mk
@@ -14,7 +14,7 @@ ifeq ($(DUMP),)
else
compile: $(1)-disabled
$(1)-disabled:
- @echo "WARNING: skipping $(1) -- package not selected"
+ @echo "WARNING: skipping $(1) -- package not selected" >&2
endif
endif
endif