UBUNTU: [Config] Disable aufs, dmraid-4.5, ndis-wrapper
[linux-flexiantxendom0-natty.git] / ubuntu / Makefile
1 #
2 # Makefile for the Linux kernel ubuntu supplied third-party device drivers.
3 #
4
5 ##
6 ##
7 ##
8 obj-$(CONFIG_BLK_DEV_COMPCACHE) += compcache/
9 ##
10 ##
11 ##
12 #obj-$(CONFIG_DM_RAID45)                += dm-raid4-5/
13 ##
14 ##
15 ##
16 #obj-$(CONFIG_NDISWRAPPER)      += ndiswrapper/
17 ##
18 ##
19 ##
20 obj-m                           += rfkill/
21 ##
22 ##
23 ##
24 obj-$(CONFIG_FSAM7400)          += fsam7400/
25 ##
26 ##
27 ##
28 obj-$(CONFIG_OMNIBOOK)          += omnibook/
29 ##
30 ##
31 ##
32 #obj-$(CONFIG_SCSI_ISCSITARGET) += iscsitarget/
33 ##
34 ##
35 ##
36 #obj-$(CONFIG_AUFS_FS)          += aufs/
37 ##
38 ##
39 ##
40 obj-$(CONFIG_RTL8192SE)         += rtl8192se/
41 ##
42 ##
43 ##
44 obj-$(CONFIG_AUFS_FS)           += aufs/
45 ##
46 ##
47 ##
48 ##
49 ##
50 ##
51
52 # This is a stupid trick to get kbuild to create ubuntu/built-in.o
53 obj- += foo.o