root/Whitix/trunk/video/Makefile
| Revision 1787, 196 bytes (checked in by mwhitworth, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../ |
| 2 | OBJS = earlyconsole.o |
| 3 | MODULES = console.sys virtual.sys |
| 4 | |
| 5 | build: $(MODULES) $(OBJS) |
| 6 | |
| 7 | modules_install: |
| 8 | cp *.sys ../CdRoot/System/Modules/Video/ |
| 9 | |
| 10 | include $(DEPTH)make.inc |
| 11 | -include $(DEPS) |
Note: See TracBrowser
for help on using the browser.
