root/Whitix/trunk/memory/Makefile
| Revision 2030, 202 bytes (checked in by mwhitworth, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../ |
| 2 | OBJS = pg_alloc.o slab.o vmm.o mmap.o dma.o |
| 3 | MODULES = shmem.sys |
| 4 | |
| 5 | build: $(OBJS) $(MODULES) |
| 6 | |
| 7 | modules_install: |
| 8 | cp *.sys ../CdRoot/System/Modules/Core |
| 9 | |
| 10 | include $(DEPTH)make.inc |
| 11 | -include $(DEPS) |
Note: See TracBrowser
for help on using the browser.
