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