c05564c4d8
Android 13
10 lines
183 B
Makefile
Executable file
10 lines
183 B
Makefile
Executable file
# 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
|