DtTerm: Add pts driver support.
This commit is contained in:
@@ -77,6 +77,9 @@ OBJS = \
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
#if defined(HasPtsDriver) && HasPtsDriver
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-pts.c)
|
||||
#else
|
||||
/* These should be cleaned up. Test SVR4Architecture? */
|
||||
#ifdef AlphaArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-bsd.c)
|
||||
@@ -105,6 +108,7 @@ LinkFile(TermPrimGetPty.c,TermPrimGetPty-svr4.c)
|
||||
#ifdef BSDArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-bsd.c)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user