Show
Ignore:
Timestamp:
05/24/08 09:58:45 (6 months ago)
Author:
mwhitworth
Message:

Add earlyconsole driver.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/video/Makefile

    r333 r549  
    22include ../make.inc 
    33 
    4 OBJS = console.o virtual.o switch.o 
     4OBJS = earlyconsole.o 
     5MODULES = console.sys virtual.sys switch.sys 
    56 
    6 build: $(OBJS) 
     7build: $(MODULES) $(OBJS) 
     8 
     9modules_install: 
     10        cp *.sys ../CdRoot/System/Modules/Video/ 
    711 
    812clean: 
    9         rm -f *.o 
     13        rm -f *.o *.sys