From: Russ D. <ru...@us...> - 2001-07-04 02:07:10
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv14379 Modified Files: Tag: blob_1_0_9_hack configure.in Log Message: NESA board support Index: configure.in =================================================================== RCS file: /cvsroot/blob/blob/configure.in,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- configure.in 2001/07/01 17:29:44 1.1.1.1.2.1 +++ configure.in 2001/07/03 20:44:34 1.1.1.1.2.2 @@ -90,6 +90,13 @@ AC_DEFINE(USE_EDODRAM) AC_DEFINE(USE_SERIAL3) ;; + nesa) + AC_MSG_RESULT(NESA) + AC_DEFINE(NESA) + AC_DEFINE(USE_SA1100) + AC_DEFINE(USE_EDODRAM) + AC_DEFINE(USE_SERIAL3) + ;; pleb) AC_MSG_RESULT(PLEB) AC_DEFINE(PLEB) |