]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/testing/selftests/rtc/Makefile
Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[mirror_ubuntu-hirsute-kernel.git] / tools / testing / selftests / rtc / Makefile
CommitLineData
a12ab9e1
AB
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -O3 -Wl,-no-as-needed -Wall
3e839363 3LDLIBS += -lrt -lpthread -lm
a12ab9e1
AB
4
5TEST_GEN_PROGS = rtctest
6
7TEST_GEN_PROGS_EXTENDED = setdate
8
b9167c80
ME
9TEST_FILES := settings
10
a12ab9e1 11include ../lib.mk