Merge tag 'zynqmp-soc-for-v5.7' of https://github.com/Xilinx/linux-xlnx into arm/soc
[linux-2.6-microblaze.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 TEST_FILES := settings
10
11 include ../lib.mk