summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 68176afb9..37dc534c5 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -441,8 +441,13 @@ INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
all: compile
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m) base-files)
+ifeq ($(ADK_TOOLCHAIN_ONLY),y)
+compile: $(COMPILE_PACKAGES)
+install: $(INSTALL_PACKAGES)
+else
compile: base-files-compile $(COMPILE_PACKAGES)
install: base-files-install $(INSTALL_PACKAGES)
+endif
download: $(DOWNLOAD)
$(COMPILE_PACKAGES): base-files-compile