Subversion Repositories shark

Rev

Rev 494 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# PCI support from linux 2.6.0

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = input

OBJS_PATH     = $(BASE)/drivers/input

OBJS = input.o serio/serio.o serio/i8042.o\
        mouse/psmouse-base.o mouse/logips2pp.o\
        keyboard/atkbd.o\
        misc/pcspkr.o\
        gameport/gameport.o gameport/ns558.o\
        joystick/analog.o joystick/joydump.o\
        handler/evbug.o handler/keyboard.o\
        shark/shark_input.o shark/shark_keymap.o shark/shark_keyb.o

OTHERINCL += -I$(BASE)/drivers/linuxc26/include

C_OPT += -D__KERNEL__

include $(BASE)/config/lib.mk

clean::
        rm -f $(OBJS)