diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/staging/hv/Makefile | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'drivers/staging/hv/Makefile')
| -rw-r--r-- | drivers/staging/hv/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile new file mode 100644 index 00000000000..30046743a0b --- /dev/null +++ b/drivers/staging/hv/Makefile | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | obj-$(CONFIG_HYPERV) += hv_vmbus.o hv_timesource.o | ||
| 2 | obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o | ||
| 3 | obj-$(CONFIG_HYPERV_BLOCK) += hv_blkvsc.o | ||
| 4 | obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o | ||
| 5 | obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o | ||
| 6 | obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o | ||
| 7 | |||
| 8 | hv_vmbus-y := vmbus_drv.o \ | ||
| 9 | hv.o connection.o channel.o \ | ||
| 10 | channel_mgmt.o ring_buffer.o | ||
| 11 | hv_storvsc-y := storvsc_drv.o storvsc.o | ||
| 12 | hv_blkvsc-y := blkvsc_drv.o storvsc.o | ||
| 13 | hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o | ||
| 14 | hv_utils-y := hv_util.o hv_kvp.o | ||
