Re: [ES40-developers] Patch: fix makefile for DMA
Status: Alpha
Brought to you by:
iamcamiel
From: Camiel V. <iam...@gm...> - 2008-02-26 13:31:06
|
You're right. I added the comment, but not the file itself... On Tue, Feb 26, 2008 at 2:28 PM, Brian Wheeler <bdw...@in...> wrote: > DMA.o needs to be added to makefile. > > > Index: Makefile > =================================================================== > RCS file: /cvsroot/es40/es40/src/Makefile,v > retrieving revision 1.28 > diff -u -r1.28 Makefile > --- Makefile 26 Feb 2008 12:17:47 -0000 1.28 > +++ Makefile 26 Feb 2008 13:27:36 -0000 > @@ -213,6 +213,7 @@ > DiskDevice.o \ > DiskFile.o \ > DiskRam.o \ > + DMA.o \ > DPR.o \ > es40_debug.o \ > Flash.o \ > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |