Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 704 → Rev 522

/shark/trunk/drivers/cons/include/drivers/crtwin.h
File deleted
/shark/trunk/drivers/cons/crtwin.c
File deleted
/shark/trunk/drivers/cons/makefile
11,9 → 11,7
 
OBJS_PATH = $(BASE)/drivers/cons
 
OBJS = cons1.o cons2.o message.o cprintf.o crtwin.o
OBJS = cons1.o cons2.o message.o cprintf.o
 
OTHERINCL += -I$(BASE)/drivers/cons/include
 
include $(BASE)/config/lib.mk