diff options
| author | WangYuli <[email protected]> | 2025-02-07 07:08:55 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2025-02-07 18:37:57 +0000 |
| commit | f354fc88a72ae83dacd68370f6fa040e5733bcfe (patch) | |
| tree | a8830caf3d9f650a611f681877ebb4907f9cc0b7 /security/selinux/hooks.c | |
| parent | kbuild: fix misspelling in scripts/Makefile.lib (diff) | |
| download | kernel-f354fc88a72ae83dacd68370f6fa040e5733bcfe.tar.gz kernel-f354fc88a72ae83dacd68370f6fa040e5733bcfe.zip | |
kbuild: install-extmod-build: add missing quotation marks for CC variable
While attempting to build a Debian packages with CC="ccache gcc", I
saw the following error as builddeb builds linux-headers-$KERNELVERSION:
make HOSTCC=ccache gcc VPATH= srcroot=. -f ./scripts/Makefile.build obj=debian/linux-headers-6.14.0-rc1/usr/src/linux-headers-6.14.0-rc1/scripts
make[6]: *** No rule to make target 'gcc'. Stop.
Upon investigation, it seems that one instance of $(CC) variable reference
in ./scripts/package/install-extmod-build was missing quotation marks,
causing the above error.
Add the missing quotation marks around $(CC) to fix build.
Fixes: 5f73e7d0386d ("kbuild: refactor cross-compiling linux-headers package")
Co-developed-by: Mingcong Bai <[email protected]>
Signed-off-by: Mingcong Bai <[email protected]>
Tested-by: WangYuli <[email protected]>
Signed-off-by: WangYuli <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions
