mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

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>
8 lines
154 B
Makefile
8 lines
154 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
|
|
obj-y += gnttab.o
|