mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
ea3396725a
Add a dependency on header helpers.h to the main target; while at that add to helpers.h also a missing include for bool types. Cc: Aleksa Sarai <cyphar@cyphar.com> Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
9 lines
230 B
Makefile
9 lines
230 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
|
|
TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test
|
|
|
|
include ../lib.mk
|
|
|
|
$(TEST_GEN_PROGS): helpers.c helpers.h
|