xref: /linux/tools/testing/selftests/rtc/Makefile (revision 3e8393630e928767aeb23f4744518de4ea5cc35a)
1a12ab9e1SAlexandre Belloni# SPDX-License-Identifier: GPL-2.0
2a12ab9e1SAlexandre BelloniCFLAGS += -O3 -Wl,-no-as-needed -Wall
3*3e839363SDmitry SafonovLDLIBS += -lrt -lpthread -lm
4a12ab9e1SAlexandre Belloni
5a12ab9e1SAlexandre BelloniTEST_GEN_PROGS = rtctest
6a12ab9e1SAlexandre Belloni
7a12ab9e1SAlexandre BelloniTEST_GEN_PROGS_EXTENDED = setdate
8a12ab9e1SAlexandre Belloni
9a12ab9e1SAlexandre Belloniinclude ../lib.mk
10