Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/oldchar/Makefile/makefile
1,18 → 1,13
# The Char Devices (mouse, serial ports, keyboard)
targets:= liboldch.a
 
ifndef BASE
BASE=../..
endif
liboldch.a-objs:= \
keyb.o \
mouse.o \
ps2mouse.o \
8042.o \
mcurtxt.o \
mcurgrx.o
 
include $(BASE)/config/config.mk
cppflags+= -I$(srctree)/drivers/oldchar/include \
-I$(srctree)/drivers/grx/include
 
LIBRARY = oldch
 
OBJS_PATH = $(BASE)/drivers/oldchar
 
OBJS = keyb.o mouse.o ps2mouse.o 8042.o mcurtxt.o mcurgrx.o
 
OTHERINCL += -I$(BASE)/drivers/oldchar/include -I$(BASE)/drivers/grx/include
 
include $(BASE)/config/lib.mk