]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/testing/selftests/rtc/Makefile
Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / tools / testing / selftests / rtc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
3 LDLIBS += -lrt -lpthread -lm
4
5 TEST_GEN_PROGS = rtctest
6
7 TEST_GEN_PROGS_EXTENDED = setdate
8
9 include ../lib.mk