Subversion Repositories shark

Rev

Rev 2 | 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
6
include $(BASE)/config/config.mk
7
 
8
LIBRARY       = hdev
9
 
10
OBJS_PATH     = $(BASE)/drivers/char
11
 
12
OBJS  = rtc.o keyb.o scom.o crtwin.o mouse.o sermouse.o ps2mouse.o 8042.o \
13
	mcurtxt.o mcurgrx.o
14
 
15
include $(BASE)/config/lib.mk
16