summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/wc
diff options
context:
space:
mode:
authorlq150181 <none@none>2006-01-12 18:17:46 -0800
committerlq150181 <none@none>2006-01-12 18:17:46 -0800
commitfea9cb91bd8e12d84069b4dab1268363668b4bff (patch)
treed85e9d76b706af6edb661df8be1b8fae9303393a /usr/src/uts/intel/wc
parentf910463c4a607ed249460744e54e7ec6ca8dd078 (diff)
downloadillumos-joyent-fea9cb91bd8e12d84069b4dab1268363668b4bff.tar.gz
PSARC 2003/432 Coherent Console
PSARC 2004/105 Simplified Visual_io Versioning PSARC 2004/118 Change how $TERM is set for console PSARC 2004/236 Update to Coherent Console 4873799 SPARC console should be weaned from OBP 4927198 Integrate Coherent Console --HG-- rename : usr/src/uts/common/io/terminal-emulator.c => usr/src/uts/common/io/tem.c rename : usr/src/uts/common/sys/terminal-emulator.h => usr/src/uts/common/sys/tem.h rename : usr/src/uts/intel/terminal-emulator/Makefile => usr/src/uts/intel/tem/Makefile
Diffstat (limited to 'usr/src/uts/intel/wc')
-rw-r--r--usr/src/uts/intel/wc/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/uts/intel/wc/Makefile b/usr/src/uts/intel/wc/Makefile
index 476517f12a..e3ccfd3633 100644
--- a/usr/src/uts/intel/wc/Makefile
+++ b/usr/src/uts/intel/wc/Makefile
@@ -2,9 +2,8 @@
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
@@ -19,12 +18,12 @@
#
# CDDL HEADER END
#
+
#
-# uts/intel/wc/Makefile
-# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+# ident "%Z%%M% %I% %E% SMI"
#
# This makefile drives the production of the wc driver
# kernel module.
@@ -61,7 +60,7 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
# Overrides.
#
-LDFLAGS += -dy -Nmisc/terminal-emulator
+LDFLAGS += -dy -Nmisc/tem
#
# Default build targets.