xref: /linux/tools/testing/selftests/rtc/Makefile (revision 5916a6fbc0a5ccff977f56ca86af3d2750fb1cce)
1a12ab9e1SAlexandre Belloni# SPDX-License-Identifier: GPL-2.0
2*2a027d6bSJoseph JangCFLAGS += -O3 -Wl,-no-as-needed -Wall -I$(top_srcdir)/usr/include
33e839363SDmitry SafonovLDLIBS += -lrt -lpthread -lm
4a12ab9e1SAlexandre Belloni
5a12ab9e1SAlexandre BelloniTEST_GEN_PROGS = rtctest
6a12ab9e1SAlexandre Belloni
7b9167c80SMichael EllermanTEST_FILES := settings
8b9167c80SMichael Ellerman
9a12ab9e1SAlexandre Belloniinclude ../lib.mk
10