root/Whitix/trunk/video/Makefile

Revision 1787, 196 bytes (checked in by mwhitworth, 3 years ago)

Remove switch, update Makefile.

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