remove SYS_MAPDMA

This commit is contained in:
David van Moolenbroek
2010-01-19 21:24:42 +00:00
parent f175410902
commit 53a6e039de
8 changed files with 0 additions and 74 deletions

View File

@@ -56,7 +56,6 @@ OBJECTS = \
$(SYSTEM)(do_sprofile.o) \
$(SYSTEM)(do_cprofile.o) \
$(SYSTEM)(do_profbuf.o) \
$(SYSTEM)(do_mapdma.o) \
$(SYSTEM)(do_vmctl.o)
build $(SYSTEM): $(OBJECTS)
@@ -178,8 +177,5 @@ $(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
$(SYSTEM)(do_vmctl.o): do_vmctl.c
$(CC) do_vmctl.c