Changeset 478 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/10/08 19:15:45 (4 months ago)
Author:
mwhitworth
Message:

Update makefile.

Files:
1 modified

Legend:

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

    r378 r478  
    22include ../make.inc 
    33 
    4 OBJS = main.o sched.o sys.o load.o reboot.o timer.o panic.o wait.o module.o 
     4OBJS = main.o sched.o sys.o load.o reboot.o timer.o panic.o wait.o module.o print.o symbols.o 
    55 
    66build: $(OBJS)