summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 8416fbced..c7779c2ac 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -41,7 +41,7 @@ all: compile
download: $(patsubst %,%-download,$(package-y))
clean: $(patsubst %,%-clean,$(package-) $(package-y) base-files)
hostcompile: $(HOST_COMPILE_PACKAGES)
-ifeq ($(ADK_TOOLCHAIN_ONLY),y)
+ifeq ($(ADK_APPLIANCE_TOOLCHAIN),y)
compile: $(COMPILE_PACKAGES)
install: $(INSTALL_PACKAGES)
else