diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
508 | all: busybox | 508 | all: busybox doc |
509 | 509 | ||
510 | -include $(srctree)/arch/$(ARCH)/Makefile | 510 | -include $(srctree)/arch/$(ARCH)/Makefile |
511 | 511 | ||