Kbuild (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Kbuild (8212f8986d311ccf6a72305e6bdbd814691701d6)
1# SPDX-License-Identifier: GPL-2.0
2# Fail on warnings - also for files referenced in subdirs
3# -Werror can be disabled for specific files using:
4# CFLAGS_<file.o> := -Wno-error
5ifeq ($(W),)
6subdir-ccflags-y := -Werror
7endif
8

--- 11 unchanged lines hidden (view full) ---

20obj-y += kernel/
21obj-y += mm/
22obj-y += net/
23obj-y += vdso/
24
25ifdef CONFIG_KVM
26obj-y += kvm/
27endif
1# SPDX-License-Identifier: GPL-2.0
2# Fail on warnings - also for files referenced in subdirs
3# -Werror can be disabled for specific files using:
4# CFLAGS_<file.o> := -Wno-error
5ifeq ($(W),)
6subdir-ccflags-y := -Werror
7endif
8

--- 11 unchanged lines hidden (view full) ---

20obj-y += kernel/
21obj-y += mm/
22obj-y += net/
23obj-y += vdso/
24
25ifdef CONFIG_KVM
26obj-y += kvm/
27endif
28
29# for cleaning
30subdir- += boot