/linux/tools/testing/selftests/riscv/vector/ |
H A D | Makefile | 15 -Wall $(CFLAGS) $(LDFLAGS) $^ -o $@ -lgcc 19 -Wall $(CFLAGS) $(LDFLAGS) $^ -o $@ -lgcc
|
/linux/drivers/power/supply/ |
H A D | wm831x_power.c | 22 struct power_supply *wall; member 67 * WALL Power 527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq() 549 "wm831x-wall.%d", wm831x_pdata->wm831x_num); in wm831x_power_probe() 556 "wm831x-wall"); in wm831x_power_probe() 573 power->wall = devm_power_supply_register(&pdev->dev, in wm831x_power_probe() 576 if (IS_ERR(power->wall)) { in wm831x_power_probe() 577 ret = PTR_ERR(power->wall); in wm831x_power_probe()
|
/linux/Documentation/virt/kvm/arm/ |
H A D | ptp_kvm.rst | 7 It relies on transferring the wall clock and counter value from the 28 | | | | upper 32 bits of wall clock time | 30 | | (uint32) | R1 | Lower 32 bits of wall clock time |
|
/linux/tools/testing/selftests/sgx/ |
H A D | Makefile | 15 HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC $(CFLAGS) 17 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
|
/linux/arch/x86/tools/ |
H A D | Makefile | 32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x8… 34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/incl…
|
/linux/drivers/hid/bpf/progs/ |
H A D | Makefile | 22 CFLAGS := -g -Wall 59 $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
|
/linux/tools/build/feature/ |
H A D | Makefile | 110 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS) 115 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS) 298 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty 301 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
|
/linux/tools/thermal/lib/ |
H A D | Makefile | 59 CFLAGS := -g -Wall 73 override CFLAGS += -Werror -Wall
|
/linux/tools/testing/selftests/sigaltstack/ |
H A D | Makefile |
|
/linux/tools/testing/selftests/acct/ |
H A D | Makefile | 3 CFLAGS += -Wall
|
/linux/tools/testing/selftests/mincore/ |
H A D | Makefile | 3 CFLAGS += -Wall
|
/linux/tools/testing/selftests/tty/ |
H A D | Makefile | 2 CFLAGS = -O2 -Wall
|
/linux/tools/testing/selftests/connector/ |
H A D | Makefile | 2 CFLAGS += -Wall $(KHDR_INCLUDES)
|
/linux/tools/testing/selftests/filesystems/overlayfs/ |
H A D | Makefile | 5 CFLAGS := -Wall -Werror
|
/linux/tools/testing/selftests/nsfs/ |
H A D | Makefile | 4 CFLAGS := -Wall -Werror
|
/linux/samples/fanotify/ |
H A D | Makefile | 4 userccflags += -I usr/include -Wall
|
/linux/tools/testing/selftests/rlimits/ |
H A D | Makefile | 3 CFLAGS += -Wall -O2 -g
|
/linux/tools/testing/selftests/timens/ |
H A D | Makefile | 4 CFLAGS := -Wall -Werror -pthread
|
/linux/tools/testing/selftests/cachestat/ |
H A D | Makefile | 5 CFLAGS += -Wall
|
/linux/tools/testing/selftests/efivarfs/ |
H A D | Makefile | 2 CFLAGS = -Wall
|
/linux/tools/testing/selftests/move_mount_set_group/ |
H A D | Makefile | 3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2
|
/linux/tools/testing/selftests/tmpfs/ |
H A D | Makefile | 2 CFLAGS += -Wall -O2
|
/linux/tools/testing/selftests/mount_setattr/ |
H A D | Makefile | 3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
|
/linux/tools/testing/selftests/nci/ |
H A D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall
|
/linux/tools/testing/selftests/ptrace/ |
H A D | Makefile | 2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
|