aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2011-12-04 16:52:03 +0100
committermaximilian attems <max@stro.at>2011-12-15 21:53:19 +0100
commit4791ba93559f7380701e817e82e36c74d4e94e56 (patch)
tree31a9a8d77720c14ca1811563942ad98e8485d974
parentacf09ea80536ac49a0001249956fef999b8d35af (diff)
downloadklibc-4791ba93559f7380701e817e82e36c74d4e94e56.tar.gz
[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>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2cd57769dec9..25d32dc962b61 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