aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.custom b/Makefile.custom
index e976e739e..0cc40a667 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -38,9 +38,9 @@ ifneq ($(strip $(DO_INSTALL_LIBS)),n)
38 done 38 done
39endif 39endif
40 40
41check test: busybox 41check test: busybox busybox.links
42 bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \ 42 bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \
43 $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v) 43 $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:0=),-v)
44 44
45.PHONY: release 45.PHONY: release
46release: distclean 46release: distclean