Subversion Repositories shark

Rev

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