aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-06-21 14:15:58 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-06-21 14:15:58 +0000
commit550c7818a91b74b5a1171cb582f00a7fbdc75b9f (patch)
tree07c483798e5275fb23835e83b5d3ae6af481d7f2 /Makefile
parent57649a241abb66d45fb54814066a9819256a8e0f (diff)
downloadxen-550c7818a91b74b5a1171cb582f00a7fbdc75b9f.tar.gz
xen-550c7818a91b74b5a1171cb582f00a7fbdc75b9f.tar.bz2
xen-550c7818a91b74b5a1171cb582f00a7fbdc75b9f.zip
bitkeeper revision 1.994 (40d6ed9ePUmxTwjKFv1vprN2-xFpmQ)
Install mkernel odules with 'make install'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0703b546b7..d4eb93dcd3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ install: all
$(MAKE) -C xen install
$(MAKE) -C tools install
$(shell cp -a install/boot/*$(LINUX_VER)* /boot/)
+ $(shell cp -a install/lib/modules/* /lib/modules/)
# install xen and tools into the install directory
dist: all
@@ -38,6 +39,9 @@ LINUX_SRC_X = ./linux-$(LINUX_VER).tar.gz
endif
endif
+patch-xen0-bridge-nf:
+ (cd linux-$(LINUX_VER)-xen && patch -p1 -F3 < ../patches/ebtables-brnf-5_vs_2.4.25.diff)
+
# make a linux-xen build tree from a pristine kernel plus sparse tree
linux-$(LINUX_VER)-xen: pristine-linux-src
$(RM) -rf linux-$(LINUX_VER)-xen