xref: /kernel/linux/linux-6.6/tools/testing/selftests/rtc/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/rtc/
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -O3 -Wl,-no-as-needed -Wall
3LDLIBS += -lrt -lpthread -lm
4
5TEST_GEN_PROGS = rtctest
6
7TEST_GEN_PROGS_EXTENDED = setdate
8
9TEST_FILES := settings
10
11include ../lib.mk
12

Indexes created Thu Nov 07 10:32:03 CST 2024