Changeset 549 for Whitix/branches/hybrid/video/Makefile
- Timestamp:
- 05/24/08 09:58:45 (6 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/video/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/video/Makefile
r333 r549 2 2 include ../make.inc 3 3 4 OBJS = console.o virtual.o switch.o 4 OBJS = earlyconsole.o 5 MODULES = console.sys virtual.sys switch.sys 5 6 6 build: $(OBJS) 7 build: $(MODULES) $(OBJS) 8 9 modules_install: 10 cp *.sys ../CdRoot/System/Modules/Video/ 7 11 8 12 clean: 9 rm -f *.o 13 rm -f *.o *.sys