2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-11-29 19:55:47 +08:00
|
|
|
TEST_GEN_PROGS := ipc_unmuxed
|
2015-10-14 20:48:04 +11:00
|
|
|
|
|
|
|
|
CFLAGS += -I../../../../../usr/include
|
|
|
|
|
|
2018-09-28 14:53:18 +10:00
|
|
|
top_srcdir = ../../../../..
|
2015-10-14 20:48:04 +11:00
|
|
|
include ../../lib.mk
|
|
|
|
|
|
2016-11-29 19:55:47 +08:00
|
|
|
$(TEST_GEN_PROGS): ../harness.c
|