Subversion Repositories shark

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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

ifndef BASE
BASE=../..
endif
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