root/Whitix/trunk/memory/Makefile

Revision 2030, 202 bytes (checked in by mwhitworth, 3 years ago)

Update Makefile to build dma.o.

Line 
1DEPTH=../
2OBJS = pg_alloc.o slab.o vmm.o mmap.o dma.o
3MODULES = shmem.sys
4
5build: $(OBJS) $(MODULES)
6
7modules_install:
8        cp *.sys ../CdRoot/System/Modules/Core
9
10include $(DEPTH)make.inc
11-include $(DEPS)
Note: See TracBrowser for help on using the browser.