mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
Make sure that all works correctly. Signed-off-by: Christian Brauner <brauner@kernel.org>
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS += -Wall -O0 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
|
|
|
|
TEST_GEN_PROGS := nsid_test file_handle_test init_ino_test
|
|
|
|
include ../lib.mk
|
|
|