diff options
| -rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 7724967151..1500aff2e2 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
| @@ -156,7 +156,7 @@ do_install() { | |||
| 156 | # these are a few files associated with objtool, since we'll need to | 156 | # these are a few files associated with objtool, since we'll need to |
| 157 | # rebuild it | 157 | # rebuild it |
| 158 | cp -a --parents tools/build/Build.include $kerneldir/build/ | 158 | cp -a --parents tools/build/Build.include $kerneldir/build/ |
| 159 | cp -a --parents tools/build/Build $kerneldir/build/ | 159 | cp -a --parents tools/build/Build $kerneldir/build/ 2>/dev/null || : |
| 160 | cp -a --parents tools/build/fixdep.c $kerneldir/build/ | 160 | cp -a --parents tools/build/fixdep.c $kerneldir/build/ |
| 161 | cp -a --parents tools/scripts/utilities.mak $kerneldir/build/ | 161 | cp -a --parents tools/scripts/utilities.mak $kerneldir/build/ |
| 162 | 162 | ||
