Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

# The Char Devices (mouse, serial ports, keyboard)

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = oldch

OBJS_PATH     = $(BASE)/drivers/oldchar

OBJS  = rtc.o keyb.o scom.o crtwin.o mouse.o sermouse.o ps2mouse.o 8042.o \
        mcurtxt.o mcurgrx.o

OTHERINCL += -I$(BASE)/drivers/oldchar/include

include $(BASE)/config/lib.mk