root / Whitix / branches / hybrid / memory / Makefile

Revision 541, 205 bytes (checked in by mwhitworth, 5 months ago)

Update build process.

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