aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2cd57769dec9d..25d32dc962b618 100644
--- a/Makefile
+++ b/Makefile
@@ -130,12 +130,12 @@ help:
@echo 'test - Run klibc tests'
@echo
@echo 'Build options:'
- @echo 'KLIBCKERNELSRC - Path to a configured linux-2.6 tree'
+ @echo 'KLIBCKERNELSRC - Path to a configured linux tree'
@echo 'KLIBCKERNELOBJ - Path to kernel output dir (defaults to KLIBCKERNELSRC)'
@echo 'make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
@echo
@echo 'Sample invocation:'
- @echo 'make KLIBCKERNELSRC=`pwd`/../linux-2.6'
+ @echo 'make KLIBCKERNELSRC=`pwd`/../linux'
###
# allow one to say make dir/file.o