summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mips
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r--extra/Configs/Config.mips6
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 1416a3ed1..0e85cfe80 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -51,11 +51,11 @@ WARNINGS=-Wall
# can't do that. Similarly, if you compile uClibc vs Linux 2.4.x kernel headers,
# but then run on Linux 2.0.x, lchown will be compiled into uClibc, but won't
# work at all. You have been warned.
-KERNEL_SOURCE=/home/ds/mips/linux-2.4.3-pre3-idt-rthal
+KERNEL_SOURCE=/usr/src/linux
# Set this to `false' if your CPU doesn't have a memory management unit (MMU).
# Set it to `true' otherwise.
-HAS_MMU = false
+HAS_MMU = true
# Set this to `false' if you don't have/need basic floating point support
# support in libc (strtod, printf, scanf). Set it to `true' otherwise.
@@ -187,5 +187,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
# directory, the define PREFIX during the install step,
# i.e., 'make PREFIX=/var/tmp/uClibc install'.
#PREFIX = $(TOPDIR)/_install
-PREFIX =
-