aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/fat/Makefile
blob: 902033f6ef098b05ea9417b2d2623c9ada29773c (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0

TEST_PROGS := run_fat_tests.sh
TEST_GEN_PROGS_EXTENDED := rename_exchange
CFLAGS += -O2 -g -Wall $(KHDR_INCLUDES)

include ../../lib.mk