commit | 4b7284508967bd1047964223d25a9712768f5fad | [log] [tgz] |
---|---|---|
author | Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> | Thu Aug 06 12:42:53 2020 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 14 15:18:30 2020 -0400 |
tree | 23255c3baca7f7d4924f18eea54ca171ccf6f5a2 | |
parent | 6e29ac479d469d3b103ddcd4220beb5b29d83a7c [diff] [blame] |
xen: Port Xen bus driver from mini-os Make required updates to run on u-boot and strip test code. Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 0ad35ed..9d0f604 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile
@@ -4,3 +4,4 @@ obj-y += hypervisor.o obj-y += events.o +obj-y += xenbus.o