root / Whitix / branches / hybrid / memory / Makefile
| Revision 541, 205 bytes (checked in by mwhitworth, 5 months ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../ |
| 2 | include ../make.inc |
| 3 | |
| 4 | OBJS = pg_alloc.o |
| 5 | MODULES = slab.sys mmap.sys shmem.sys vmm.sys |
| 6 | |
| 7 | build: $(OBJS) $(MODULES) |
| 8 | |
| 9 | modules_install: |
| 10 | cp *.sys ../CdRoot/System/Modules/Core |
| 11 | |
| 12 | clean: |
| 13 | rm -f *.o *.sys |
Note: See TracBrowser
for help on using the browser.
