mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
TEST_GEN_PROGS := test_cachestat
|
|
|
|
CFLAGS += $(KHDR_INCLUDES)
|
|
CFLAGS += -Wall
|
|
LDLIBS += -lrt
|
|
|
|
include ../lib.mk
|