diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-03-15 18:50:17 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-03-16 16:45:56 +0300 |
commit | 81f59a26f3d59c6aeb137b7b5546848779222c65 (patch) | |
tree | c07af94f4b43b39cc988931dac817c2d12c0dc93 /.gitignore | |
parent | 36862e14e31611f9786622db366327209a7aede7 (diff) | |
download | linux-81f59a26f3d59c6aeb137b7b5546848779222c65.tar.xz |
kbuild: rpm-pkg: move source components to rpmbuild/SOURCES
Prepare to add more files to the source RPM.
Also, fix the build error when KCONFIG_CONFIG is set:
error: Bad file: ./.config: No such file or directory
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8fe465f251c0..70ec6037fa7a 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ modules.order # RPM spec file (make rpm-pkg) # /*.spec +/rpmbuild/ # # Debian directory (make deb-pkg) |