aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 21:15:28 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 21:15:28 +0000
commita28a05b96ae06ec4233e2cff6f7f619b65cd0a99 (patch)
tree9a8f110fe9b2db711280b6be6e3e589416075e92 /Makefile
parent99ecc46d93a331c9af5b20d6700eb43a51bcb125 (diff)
downloadbusybox-w32-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.gz
busybox-w32-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.bz2
busybox-w32-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.zip
- print the documentation per default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1db69eb65..5d6546716 100644
--- a/Makefile
+++ b/Makefile
@@ -505,7 +505,7 @@ endif
505# command line. 505# command line.
506# This allow a user to issue only 'make' to build a kernel including modules 506# This allow a user to issue only 'make' to build a kernel including modules
507# Defaults busybox but it is usually overridden in the arch makefile 507# Defaults busybox but it is usually overridden in the arch makefile
508all: busybox 508all: busybox doc
509 509
510-include $(srctree)/arch/$(ARCH)/Makefile 510-include $(srctree)/arch/$(ARCH)/Makefile
511 511