[ES40-developers] Patch: fix makefile for DMA
Status: Alpha
Brought to you by:
iamcamiel
From: Brian W. <bdw...@in...> - 2008-02-26 13:28:39
|
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 \ |