mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07: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
|
|
|