Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/hpc/stand/dspgen add SH4 configuration.
details: https://anonhg.NetBSD.org/src/rev/0f3e77f926b3
branches: nathanw_sa
changeset: 504574:0f3e77f926b3
user: uch <uch%NetBSD.org@localhost>
date: Tue Mar 13 16:31:32 2001 +0000
description:
add SH4 configuration.
(SH) don't access SCIF if the Windows CE's COM1 is not connected to SCIF.
diffstat:
sys/arch/hpc/stand/dspgen/Makefile | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r d4eab58feaec -r 0f3e77f926b3 sys/arch/hpc/stand/dspgen/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpc/stand/dspgen/Makefile Tue Mar 13 16:31:32 2001 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.3.8.2 2001/03/13 16:31:32 uch Exp $
+
+BUILD_ARCH = ARM SH3 SH4 MIPS
+
+vc5: clean
+ TYPE=application sh gen_template.sh vc5 SH MIPS
+ TYPE=static_library sh gen_template.sh vc5 SH MIPS
+
+vc6: clean
+ TYPE=application sh gen_template.sh vc6 $(BUILD_ARCH)
+ TYPE=static_library sh gen_template.sh vc6 $(BUILD_ARCH)
+
+evc3: clean
+ TYPE=application sh gen_template.sh evc3 $(BUILD_ARCH)
+ TYPE=static_library sh gen_template.sh evc3 $(BUILD_ARCH)
+
+clean:
+ rm -f application.tmpl static_library.tmpl property.* asm_build.*
+
+distclean: clean
Home |
Main Index |
Thread Index |
Old Index