xref: /kernel/linux/linux-6.6/tools/testing/selftests/uevent/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/uevent/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciall:
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciinclude ../lib.mk
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci.PHONY: all clean
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciBINARIES := uevent_filtering
962306a36Sopenharmony_ciCFLAGS += -Wl,-no-as-needed -Wall
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciuevent_filtering: uevent_filtering.c ../kselftest.h ../kselftest_harness.h
1262306a36Sopenharmony_ci	$(CC) $(CFLAGS) $< -o $@
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciTEST_PROGS += $(BINARIES)
1562306a36Sopenharmony_ciEXTRA_CLEAN := $(BINARIES)
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciall: $(BINARIES)
18

Indexes created Thu Nov 07 10:32:03 CST 2024