Blame | Last modification | View Log | RSS feed
# The console Devices (console)
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
LIBRARY = cons
OBJS_PATH = $(BASE)/drivers/cons
OBJS = cons1.o cons2.o message.o cprintf.o
include $(BASE)/config/lib.mk