mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
These duplicate defines should automatically be picked up from kernel headers. Use KHDR_INCLUDES to add kernel header files. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Message-Id: <20230805073809.1753462-4-usama.anjum@collabora.com> Signed-off-by: Christian Brauner <brauner@kernel.org>
7 lines
177 B
Makefile
7 lines
177 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined $(KHDR_INCLUDES)
|
|
TEST_GEN_PROGS := fchmodat2_test
|
|
|
|
include ../lib.mk
|