mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 19:35:00 +07:00
a12ab9e125
Move the RTC tests out of the timers folder as they are mostly unrelated. Keep rtcpie in timers as it only test hrtimers. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
|
LDFLAGS += -lrt -lpthread -lm
|
|
|
|
TEST_GEN_PROGS = rtctest
|
|
|
|
TEST_GEN_PROGS_EXTENDED = setdate
|
|
|
|
include ../lib.mk
|