diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-06 00:35:48 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-06 00:35:48 +0200 |
commit | 1875962377574b4edb7b164001e3e341c25290d5 (patch) | |
tree | 374a5299403ec21e2d9a66a6548ce876a388b589 /drivers/vhost/Makefile | |
parent | Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dt (diff) | |
parent | ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' (diff) | |
download | linux-1875962377574b4edb7b164001e3e341c25290d5.tar.xz linux-1875962377574b4edb7b164001e3e341c25290d5.zip |
Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
* 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
+ sync to 3.6-rc3
Diffstat (limited to 'drivers/vhost/Makefile')
-rw-r--r-- | drivers/vhost/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile index 72dd02050bb9..a27b053bc9ab 100644 --- a/drivers/vhost/Makefile +++ b/drivers/vhost/Makefile @@ -1,2 +1,4 @@ obj-$(CONFIG_VHOST_NET) += vhost_net.o vhost_net-y := vhost.o net.o + +obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o |