Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 537 → Rev 538

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