From: Erik M. <er...@us...> - 2001-10-07 15:51:03
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv23534 Modified Files: Makefile.am Removed Files: ledasm.S memsetup-sa1100.S memsetup-sa1110.S start-ld-script start.S testmem.S Log Message: Move first stage loader to src/blob/ Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile.am 2001/10/05 12:09:35 1.12 +++ Makefile.am 2001/10/07 15:51:01 1.13 @@ -10,6 +10,9 @@ ## Modified at: Tue Sep 28 23:33:26 1999 ########################################################################### +SUBDIRS = \ + blob + bin_PROGRAMS = \ blob-start-elf32 \ --- ledasm.S DELETED --- --- memsetup-sa1100.S DELETED --- --- memsetup-sa1110.S DELETED --- --- start-ld-script DELETED --- --- start.S DELETED --- --- testmem.S DELETED --- |