[klibc] Makefile: drop -2.6 suffix to linux source pathes
No longer relevant these days of 3.X linux.
Signed-off-by: maximilian attems <max@stro.at>
diff --git a/Makefile b/Makefile
index d2cd577..25d32dc 100644
--- a/Makefile
+++ b/Makefile
@@ -130,12 +130,12 @@
@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