summaryrefslogtreecommitdiff
path: root/drivers/xen/Makefile
diff options
context:
space:
mode:
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>2020-08-06 12:42:54 +0300
committerTom Rini <trini@konsulko.com>2020-08-14 22:18:30 +0300
commitc850674ff74b1625c17a77a454acec0e9cc6ec36 (patch)
tree20c947ce82954b9d7f1e619e21e193c6e19a9ff1 /drivers/xen/Makefile
parent60e49ff1f8a0b8d48b0d12bad94d0dfb8fdbeec8 (diff)
downloadu-boot-c850674ff74b1625c17a77a454acec0e9cc6ec36.tar.xz
xen: Port Xen grant table driver from mini-os
Make required updates to run on u-boot. Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
Diffstat (limited to 'drivers/xen/Makefile')
-rw-r--r--drivers/xen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
index 9d0f604aaa..243b13277a 100644
--- a/drivers/xen/Makefile
+++ b/drivers/xen/Makefile
@@ -5,3 +5,4 @@
obj-y += hypervisor.o
obj-y += events.o
obj-y += xenbus.o
+obj-y += gnttab.o