WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / selftests / rtc / Makefile
blob55198ecc04dbea93c4fb358ebac715527e2755d4
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
3 LDLIBS += -lrt -lpthread -lm
5 TEST_GEN_PROGS = rtctest
7 TEST_GEN_PROGS_EXTENDED = setdate
9 TEST_FILES := settings
11 include ../lib.mk