From: Stefan E. <se...@us...> - 2003-04-03 15:03:31
|
Update of /cvsroot/blob/blob In directory sc8-pr-cvs1:/tmp/cvs-serv26874 Modified Files: configure.in Log Message: - add PT VibXpert (DAFIT) support Index: configure.in =================================================================== RCS file: /cvsroot/blob/blob/configure.in,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- configure.in 3 Apr 2003 14:58:17 -0000 1.62 +++ configure.in 3 Apr 2003 15:02:56 -0000 1.63 @@ -82,6 +82,7 @@ brutus Intel Brutus cep Iskratel CEP creditlart CreditLART + dafit Prueftechnik VibXpert frodo 2d3D, Inc. SA-1110 Development Board h3600 Compaq Ipaq H36x0 hackkit The Hack Kit base board @@ -184,6 +185,18 @@ DIAG_PLATFORM_OBJS="clart.o" use_cpu="sa1110" use_lcd="no" + ;; + dafit) + board_name="Prueftechnik VibXpert" + AC_DEFINE(PT_DAFIT) + BLOB_PLATFORM_OBJS="dafit.o" + BLOB_LED_DRIVER_OBJS="led-sa11x0.o" + BLOB_NETWORK_DRIVER_OBJS="smc9196.o" + BLOB_LED_STARTCODE="ledasm-sa11x0.o" + BLOB_FLASH_OBJS="intel32.o" + DIAG_PLATFORM_OBJS="dafit.o" + use_cpu="sa1110" + use_lcd="yes" ;; frodo) board_name="2d3D, Inc. SA-1110 Development Board" |