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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [input/] [Makefile] - Blame information for rev 1275

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the input core drivers.
3
#
4
 
5
# The target object and module list name.
6
 
7
O_TARGET        := inputdrv.o
8
 
9
# Objects that export symbols.
10
 
11
export-objs     := input.o
12
 
13
# Object file lists.
14
 
15
obj-y   :=
16
obj-m   :=
17
obj-n   :=
18
obj-    :=
19
 
20
# Each configuration option enables a list of files.
21
 
22
obj-$(CONFIG_INPUT)             += input.o
23
obj-$(CONFIG_INPUT_KEYBDEV)     += keybdev.o
24
obj-$(CONFIG_INPUT_MOUSEDEV)    += mousedev.o
25
obj-$(CONFIG_INPUT_JOYDEV)      += joydev.o
26
obj-$(CONFIG_INPUT_EVDEV)       += evdev.o
27
obj-$(CONFIG_INPUT_UINPUT)      += uinput.o
28
 
29
# The global Rules.make.
30
 
31
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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