staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / tools / testing / selftests / uevent / Makefile
blobf7baa9aa29327531b5d6d279a42b324ea286c5c9
1 # SPDX-License-Identifier: GPL-2.0
2 all:
4 include ../lib.mk
6 .PHONY: all clean
8 BINARIES := uevent_filtering
9 CFLAGS += -Wl,-no-as-needed -Wall
11 uevent_filtering: uevent_filtering.c ../kselftest.h ../kselftest_harness.h
12 $(CC) $(CFLAGS) $< -o $@
14 TEST_PROGS += $(BINARIES)
15 EXTRA_CLEAN := $(BINARIES)
17 all: $(BINARIES)