UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / ubuntu / Makefile
1 #
2 # Makefile for the Linux kernel ubuntu supplied third-party device drivers.
3 #
4
5 #
6 # NOTE: to allow drivers to be added and removed without causing merge
7 # collisions you should add new entries in the middle of the six lines
8 # of ## at the bottom of the list.  Always add three lines of ## above
9 # your new entry and maintain the six lines below.
10 #
11
12 ##
13 ##
14 ##
15 obj-$(CONFIG_BLK_DEV_COMPCACHE) += compcache/
16 ##
17 ##
18 ##
19 obj-$(CONFIG_DM_RAID45)         += dm-raid4-5/
20 ##
21 ##
22 ##
23 obj-$(CONFIG_NDISWRAPPER)       += ndiswrapper/
24 ##
25 ##
26 ##
27 obj-m                           += rfkill/
28 ##
29 ##
30 ##
31 obj-$(CONFIG_FSAM7400)          += fsam7400/
32 ##
33 ##
34 ##
35 obj-$(CONFIG_OMNIBOOK)          += omnibook/
36 ##
37 ##
38 ##
39 obj-$(CONFIG_SCSI_ISCSITARGET)  += iscsitarget/
40 ##
41 ##
42 ##
43 obj-$(CONFIG_AUFS_FS)           += aufs/
44 ##
45 ##
46 ##
47 obj-$(CONFIG_RTL8192SE)         += rtl8192se/
48 ##
49 ##
50 ##
51 obj-$(CONFIG_AUFS_FS)           += aufs/
52 ##
53 ##
54 ##
55 ##
56 ##
57 ##
58
59 # This is a stupid trick to get kbuild to create ubuntu/built-in.o
60 obj- += foo.o