Makefile (91ecf7ff1b036f3fe1183809661119b1ee109b19) | Makefile (c83b16cefd78f55071840e1159ead9fe62747769) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2VERSION = 6 3PATCHLEVEL = 2 4SUBLEVEL = 0 5EXTRAVERSION = -rc5 6NAME = Hurr durr I'ma ninja sloth 7 8# *DOCUMENTATION* --- 555 unchanged lines hidden (view full) --- 564KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE 565KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ 566 -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ 567 -Werror=implicit-function-declaration -Werror=implicit-int \ 568 -Werror=return-type -Wno-format-security -funsigned-char \ 569 -std=gnu11 570KBUILD_CPPFLAGS := -D__KERNEL__ 571KBUILD_RUSTFLAGS := $(rust_common_flags) \ | 1# SPDX-License-Identifier: GPL-2.0 2VERSION = 6 3PATCHLEVEL = 2 4SUBLEVEL = 0 5EXTRAVERSION = -rc5 6NAME = Hurr durr I'ma ninja sloth 7 8# *DOCUMENTATION* --- 555 unchanged lines hidden (view full) --- 564KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE 565KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ 566 -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ 567 -Werror=implicit-function-declaration -Werror=implicit-int \ 568 -Werror=return-type -Wno-format-security -funsigned-char \ 569 -std=gnu11 570KBUILD_CPPFLAGS := -D__KERNEL__ 571KBUILD_RUSTFLAGS := $(rust_common_flags) \ |
572 --target=$(objtree)/rust/target.json \ | 572 --target=$(objtree)/scripts/target.json \ |
573 -Cpanic=abort -Cembed-bitcode=n -Clto=n \ 574 -Cforce-unwind-tables=n -Ccodegen-units=1 \ 575 -Csymbol-mangling-version=v0 \ 576 -Crelocation-model=static \ 577 -Zfunction-sections=n \ 578 -Dclippy::float_arithmetic 579 580KBUILD_AFLAGS_KERNEL := --- 1020 unchanged lines hidden (view full) --- 1601 arch/$(SRCARCH)/include/generated .objdiff \ 1602 debian snap tar-install \ 1603 .config .config.old .version \ 1604 Module.symvers \ 1605 certs/signing_key.pem \ 1606 certs/x509.genkey \ 1607 vmlinux-gdb.py \ 1608 *.spec \ | 573 -Cpanic=abort -Cembed-bitcode=n -Clto=n \ 574 -Cforce-unwind-tables=n -Ccodegen-units=1 \ 575 -Csymbol-mangling-version=v0 \ 576 -Crelocation-model=static \ 577 -Zfunction-sections=n \ 578 -Dclippy::float_arithmetic 579 580KBUILD_AFLAGS_KERNEL := --- 1020 unchanged lines hidden (view full) --- 1601 arch/$(SRCARCH)/include/generated .objdiff \ 1602 debian snap tar-install \ 1603 .config .config.old .version \ 1604 Module.symvers \ 1605 certs/signing_key.pem \ 1606 certs/x509.genkey \ 1607 vmlinux-gdb.py \ 1608 *.spec \ |
1609 rust/target.json rust/libmacros.so | 1609 rust/libmacros.so |
1610 1611# clean - Delete most, but leave enough to build external modules 1612# 1613clean: rm-files := $(CLEAN_FILES) 1614 1615PHONY += archclean vmlinuxclean 1616 1617vmlinuxclean: --- 535 unchanged lines hidden --- | 1610 1611# clean - Delete most, but leave enough to build external modules 1612# 1613clean: rm-files := $(CLEAN_FILES) 1614 1615PHONY += archclean vmlinuxclean 1616 1617vmlinuxclean: --- 535 unchanged lines hidden --- |