]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: add Makefile to git import script
authorYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 20 Oct 2008 23:42:25 +0000 (16:42 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 20 Oct 2008 23:42:25 +0000 (16:42 -0700)
src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh

index e7e5b94cafb49ef1c617f8f93e65709ef0290e91..6a8a17bb6e62425f1bc58f0a60a04dcf94f66603 100755 (executable)
@@ -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