summaryrefslogtreecommitdiff
path: root/ubuntu/Makefile
blob: e473594ab2cebd73e4e59c73aad7a476ee0fc552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for the Linux kernel ubuntu supplied third-party device drivers.
#

obj-$(CONFIG_AUFS_FS)		+= aufs/
obj-$(CONFIG_BLK_DEV_COMPCACHE)	+= compcache/
obj-$(CONFIG_DM_RAID45)		+= dm-raid4-5/
obj-$(CONFIG_FSAM7400)		+= fsam7400/
obj-$(CONFIG_LIRC_DEV)          += lirc/
obj-$(CONFIG_NDISWRAPPER)	+= ndiswrapper/
obj-m				+= rfkill/

# This is a stupid trick to get kbuild to create ubuntu/built-in.o
obj- += foo.o