OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [char/] [joystick/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the joystick drivers.
3
#
4
 
5
O_TARGET        := js.o
6
 
7
# Objects that export symbols.
8
 
9
export-objs     := serio.o gameport.o pcigame.o
10
 
11
# I-Force may need both USB and RS-232
12
 
13
ifeq ($(CONFIG_INPUT_IFORCE_232),m)
14
        ifeq ($(CONFIG_INPUT_IFORCE_USB),y)
15
                CONFIG_INPUT_IFORCE_USB := m
16
        endif
17
endif
18
ifeq ($(CONFIG_INPUT_IFORCE_USB),m)
19
        ifeq ($(CONFIG_INPUT_IFORCE_232),y)
20
                CONFIG_INPUT_IFORCE_232 := m
21
        endif
22
endif
23
 
24
# Object file lists.
25
 
26
obj-y   :=
27
obj-m   :=
28
obj-n   :=
29
obj-    :=
30
 
31
# Each configuration option enables a list of files.
32
 
33
obj-$(CONFIG_INPUT_GAMEPORT)    += gameport.o
34
obj-$(CONFIG_INPUT_SERIO)       += serio.o
35
 
36
obj-$(CONFIG_INPUT_SERPORT)     += serport.o
37
 
38
obj-$(CONFIG_INPUT_NS558)       += ns558.o
39
obj-$(CONFIG_INPUT_LIGHTNING)   += lightning.o
40
obj-$(CONFIG_INPUT_PCIGAME)     += pcigame.o
41
obj-$(CONFIG_INPUT_CS461X)      += cs461x.o
42
obj-$(CONFIG_INPUT_EMU10K1)     += emu10k1-gp.o
43
 
44
obj-$(CONFIG_INPUT_WARRIOR)     += warrior.o
45
obj-$(CONFIG_INPUT_MAGELLAN)    += magellan.o
46
obj-$(CONFIG_INPUT_SPACEORB)    += spaceorb.o
47
obj-$(CONFIG_INPUT_SPACEBALL)   += spaceball.o
48
obj-$(CONFIG_INPUT_STINGER)     += stinger.o
49
obj-$(CONFIG_INPUT_IFORCE_232)  += iforce.o
50
obj-$(CONFIG_INPUT_IFORCE_USB)  += iforce.o
51
 
52
obj-$(CONFIG_INPUT_ANALOG)      += analog.o
53
obj-$(CONFIG_INPUT_A3D)         += a3d.o
54
obj-$(CONFIG_INPUT_ADI)         += adi.o
55
obj-$(CONFIG_INPUT_COBRA)       += cobra.o
56
obj-$(CONFIG_INPUT_GF2K)        += gf2k.o
57
obj-$(CONFIG_INPUT_GRIP)        += grip.o
58
obj-$(CONFIG_INPUT_INTERACT)    += interact.o
59
obj-$(CONFIG_INPUT_TMDC)        += tmdc.o
60
obj-$(CONFIG_INPUT_SIDEWINDER)  += sidewinder.o
61
 
62
obj-$(CONFIG_INPUT_DB9)         += db9.o
63
obj-$(CONFIG_INPUT_GAMECON)     += gamecon.o
64
obj-$(CONFIG_INPUT_TURBOGRAFX)  += turbografx.o
65
 
66
obj-$(CONFIG_INPUT_AMIJOY)      += amijoy.o
67
 
68
# The global Rules.make.
69
 
70
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.