summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mipsel
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-07-03 17:18:19 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-07-03 17:18:19 +0000
commitab579e469c6787df9bd2252b3de8b1700d5097d8 (patch)
tree6804c460a0bded23f57376811d4dc95b1ce506b2 /extra/Configs/Config.mipsel
parent4157875d2d5a38e2fb84f793881f489396672486 (diff)
Change default config files for MIPS platforms. Nothing major.
Diffstat (limited to 'extra/Configs/Config.mipsel')
-rw-r--r--extra/Configs/Config.mipsel5
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index 9c2c89d57..4e52fa07a 100644
--- a/extra/Configs/Config.mipsel
+++ b/extra/Configs/Config.mipsel
@@ -54,7 +54,7 @@ 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 = /opt/brcm/settop
+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.
@@ -198,5 +198,4 @@ DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr
# If you want 'make install' to install everything under a temporary
# directory, the define PREFIX during the install step,
# i.e., 'make PREFIX=/var/tmp/uClibc install'.
-#PREFIX = $(TOPDIR)/_install
-
+PREFIX = $(TOPDIR)/_install