14 lines
		
	
	
		
			388 B
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			388 B
		
	
	
	
		
			Makefile
		
	
	
	
# 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_DIR		:= testcases/data/binfmt_misc02
 | 
						|
INSTALL_TARGETS		:= file.extension file.magic
 | 
						|
 | 
						|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
 |