u-boot-brain/drivers/xen/Makefile
Oleksandr Andrushchenko 60e49ff1f8 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>
2020-08-14 15:18:30 -04:00

8 lines
136 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2020 EPAM Systems Inc.
obj-y += hypervisor.o
obj-y += events.o
obj-y += xenbus.o