Jeremy Fitzhardinge | 4bac07c | 2007-07-17 18:37:06 -0700 | [diff] [blame] | 1 | obj-y += xenbus.o |
Bastian Blank | 2fb3683 | 2011-12-10 19:29:47 +0100 | [diff] [blame] | 2 | obj-y += xenbus_dev_frontend.o |
Jeremy Fitzhardinge | 4bac07c | 2007-07-17 18:37:06 -0700 | [diff] [blame] | 3 | |
| 4 | xenbus-objs = |
| 5 | xenbus-objs += xenbus_client.o |
| 6 | xenbus-objs += xenbus_comms.o |
| 7 | xenbus-objs += xenbus_xs.o |
| 8 | xenbus-objs += xenbus_probe.o |
Ian Campbell | 2de06cc | 2009-02-09 12:05:51 -0800 | [diff] [blame] | 9 | |
Ian Campbell | df66025 | 2009-02-09 12:05:51 -0800 | [diff] [blame] | 10 | xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o |
| 11 | xenbus-objs += $(xenbus-be-objs-y) |
| 12 | |
Bastian Blank | e9f0fec | 2011-12-10 19:29:48 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o |
Ian Campbell | 2de06cc | 2009-02-09 12:05:51 -0800 | [diff] [blame] | 14 | obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o |