more debug output
[linux-2.4.git] / drivers / hil / Makefile
1 #
2 # Makefile for the kernel HIL device drivers.
3 #
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
7 #
8 # Note 2! The CFLAGS definitions are now inherited from the
9 # parent makes..
10 #
11
12 O_TARGET := hil.o
13
14 obj-y    += 
15
16 # All of the (potential) objects that export symbols.
17 # This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.
18 export-objs     :=      hp_sdc.o hil_mlc.o 
19
20 mod-subdirs     :=      
21
22 list-multi      :=      
23
24
25 obj-$(CONFIG_HIL_KBD_BASIC)     += hilkbd.o
26
27 obj-$(CONFIG_HP_SDC)            += hp_sdc.o
28 obj-$(CONFIG_HP_SDC_MLC)        += hp_sdc_mlc.o
29 obj-$(CONFIG_HP_SDC_RTC)        += hp_sdc_rtc.o
30 obj-$(CONFIG_HIL_MLC)           += hil_mlc.o
31
32 obj-$(CONFIG_HIL_KBD)           += hil_kbd.o
33 obj-$(CONFIG_HIL_PTR)           += hil_ptr.o
34
35
36 include $(TOPDIR)/Rules.make
37
38 fastdep:
39