diff options
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index f416319d4..f8fca7505 100644 --- a/package/Makefile +++ b/package/Makefile @@ -440,8 +440,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 |