]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - ubuntu/Makefile
UBUNTU: [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
[mirror_ubuntu-zesty-kernel.git] / ubuntu / Makefile
CommitLineData
356bd1e1
LO
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##
16##
17##
91a175bc 18ifneq ($(filter $(ARCH), i386 x86_64),)
aeaf7ddd 19#obj-y += vbox/
91a175bc
AW
20endif
21##
22##
23##
9714dd60
KM
24obj-$(CONFIG_HIO) += hio/
25##
26##
27##
28##
29##
30##
356bd1e1
LO
31
32# This is a stupid trick to get kbuild to create ubuntu/built-in.o
33obj- += foo.o