Subversion Repositories shark

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
# The Char Devices (mouse, serial ports, keyboard)
2
 
3
ifndef BASE
4
BASE=../..
5
endif
45 pj 6
OSLIB=$(BASE)/oslib
7
 
2 pj 8
include $(BASE)/config/config.mk
9
 
10
LIBRARY       = hdev
11
 
12
OBJS_PATH     = $(BASE)/drivers/char
13
 
14
OBJS  = rtc.o keyb.o scom.o crtwin.o mouse.o sermouse.o ps2mouse.o 8042.o \
15
	mcurtxt.o mcurgrx.o
16
 
17
include $(BASE)/config/lib.mk
18