Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# The Char Devices (mouse, serial ports, keyboard)
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
LIBRARY = hdev
OBJS_PATH = $(BASE)/drivers/char
OBJS = rtc.o keyb.o scom.o crtwin.o mouse.o sermouse.o ps2mouse.o 8042.o \
mcurtxt.o mcurgrx.o
include $(BASE)/config/lib.mk