From 4da935b18675630914eb71b83cd01482a9e163ef Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 20 Oct 2008 16:42:25 -0700 Subject: [PATCH] kclient: add Makefile to git import script --- src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh b/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh index e7e5b94cafb49..6a8a17bb6e624 100755 --- a/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh +++ b/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh @@ -9,6 +9,7 @@ test -e $cephtree/src/kernel/super.h || exit 0 # copy into the tree mkdir fs/ceph cp $cephtree/src/kernel/*.[ch] fs/ceph +cp $cephtree/src/kernel/Makefile fs/ceph git apply $cephtree/src/kernel/kbuild.patch # build the patch sequence -- 2.39.5