Added do_mapdma.

This commit is contained in:
Philip Homburg
2008-02-22 10:51:37 +00:00
parent 594035f13c
commit 2679321ba0
2 changed files with 49 additions and 1 deletions
+5 -1
View File
@@ -54,7 +54,8 @@ OBJECTS = \
$(SYSTEM)(do_vm_setbuf.o) \
$(SYSTEM)(do_sprofile.o) \
$(SYSTEM)(do_cprofile.o) \
$(SYSTEM)(do_profbuf.o)
$(SYSTEM)(do_profbuf.o) \
$(SYSTEM)(do_mapdma.o)
build $(SYSTEM): $(OBJECTS)
aal cr $@ *.o
@@ -168,3 +169,6 @@ $(SYSTEM)(do_cprofile.o): do_cprofile.c
$(SYSTEM)(do_profbuf.o): do_profbuf.c
$(CC) do_profbuf.c
$(SYSTEM)(do_mapdma.o): do_mapdma.c
$(CC) do_mapdma.c