You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
375 B
13 lines
375 B
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (c) 2019 FUJITSU LIMITED. All rights reserved.
|
|
# Author: Xiao Yang <yangx.jy@cn.fujitsu.com>
|
|
|
|
top_srcdir ?= ../../../..
|
|
|
|
include $(top_srcdir)/include/mk/env_pre.mk
|
|
|
|
INSTALL_TARGETS := binfmt_misc01.sh binfmt_misc02.sh binfmt_misc_lib.sh
|
|
|
|
include $(top_srcdir)/include/mk/generic_trunk_target.mk
|