Alexandre Belloni | a12ab9e | 2018-04-19 14:50:29 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | CFLAGS += -O3 -Wl,-no-as-needed -Wall | ||||
3 | LDFLAGS += -lrt -lpthread -lm | ||||
4 | |||||
5 | TEST_GEN_PROGS = rtctest | ||||
6 | |||||
7 | TEST_GEN_PROGS_EXTENDED = setdate | ||||
8 | |||||
9 | include ../lib.mk |