mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
obj-y += xenbus.o
|
||
|
|
||
|
xenbus-objs =
|
||
|
xenbus-objs += xenbus_client.o
|
||
|
xenbus-objs += xenbus_comms.o
|
||
|
xenbus-objs += xenbus_xs.o
|
||
|
xenbus-objs += xenbus_probe.o
|