summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-01-06 12:12:47 +0200
committerAvi Kivity <avi@qumranet.com>2008-01-06 12:12:47 +0200
commite44dce6b8c8c8cf155223ba0e036bb4ace5071b1 (patch)
tree85f4ac893ff3a1b5217e4b625dd4a294268d8130 /Makefile
parent2465f15745b02e7e2e386b529ef1ed47a7c0da3c (diff)
kvm: rpm: adjust for extboot
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45c22e6b..4a374560 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ srpm:
tar czf $(RPMTOPDIR)/SOURCES/libkvm.tar.gz libkvm
tar czf $(RPMTOPDIR)/SOURCES/kernel.tar.gz kernel
tar czf $(RPMTOPDIR)/SOURCES/scripts.tar.gz scripts
+ tar czf $(RPMTOPDIR)/SOURCES/extboot.tar.gz extboot
cp Makefile configure kvm_stat $(RPMTOPDIR)/SOURCES
rpmbuild --define="_topdir $(RPMTOPDIR)" -bs $(tmpspec)
$(RM) $(tmpspec)