14 lines
357 B
Makefile
14 lines
357 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2015-2018 Oracle and/or its affiliates. All Rights Reserved.
|
|
|
|
top_srcdir ?= ../../..
|
|
|
|
include $(top_srcdir)/include/mk/testcases.mk
|
|
|
|
INSTALL_TARGETS := busy_poll01.sh \
|
|
busy_poll02.sh \
|
|
busy_poll03.sh \
|
|
busy_poll_lib.sh
|
|
|
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|