]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - ubuntu/Makefile
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.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_DM_RAID45) += dm-raid4-5/
16 ##
17 ##
18 ##
19 ifneq ($(filter $(ARCH), i386 x86_64),)
20 obj-y += vbox/
21 endif
22 ##
23 ##
24 ##
25 obj-$(CONFIG_DRM_I915_BPO) += i915/
26 ##
27 ##
28 ##
29 obj-$(CONFIG_HIO) += hio/
30 ##
31 ##
32 ##
33 ifeq ($(filter $(ARCH), s390),)
34 obj-y += xr-usb-serial/
35 endif
36 ##
37 ##
38 ##
39 obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/
40 ##
41 ##
42 ##
43 obj-$(CONFIG_OPENNSL) += opennsl/
44 ##
45 ##
46 ##
47 ##
48 obj-$(CONFIG_BNXT_BPO) += bnxt/
49 ##
50 ##
51 ##
52 ##
53 ##
54 ##
55
56 # This is a stupid trick to get kbuild to create ubuntu/built-in.o
57 obj- += foo.o