tools/firmware: Build and install xen-shim
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 22 Nov 2017 13:31:26 +0000 (13:31 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 16 Jan 2018 18:34:04 +0000 (18:34 +0000)
commit4ee1b6eb8a7c19d08bf6184f58d4189305fb6285
treeb1313e91c5e41c197d8331d8ac7d9fc504c9e84c
parent6d101e6be5fe982a77805add072ea0abb1956572
tools/firmware: Build and install xen-shim

Link a minimum set of files to build the shim. The linkfarm rune can
handle creation and deletion of files. Introduce build-shim and
install-shim targets in xen/Makefile.

We can do better by properly generate the dependency from the list of
files but that's an improvement for later.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
.gitignore
tools/firmware/Makefile
tools/firmware/xen-dir/Makefile [new file with mode: 0644]
tools/firmware/xen-dir/shim.config [new file with mode: 0644]
xen/Makefile