Update of /cvsroot/linux-mips/linux
In directory usw-pr-cvs1:/tmp/cvs-serv20456
Modified Files:
Makefile
Log Message:
Added a watchdog driver for the vr41xx family.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile 2001/10/19 21:19:37 1.6
+++ Makefile 2001/10/24 05:28:03 1.7
@@ -18,7 +18,7 @@
HOSTCC = gcc
HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-CROSS_COMPILE =
+CROSS_COMPILE = /opt/hardhat/devkit/mips/fp_le/bin/mips_fp_le-
#
# Include the make variables (CC, etc...)
|