9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Makefile for generic prom monitor library routines under Linux.
 | |
| #
 | |
| 
 | |
| lib-y			+= cmdline.o
 | |
| 
 | |
| lib-$(CONFIG_64BIT)	+= call_o32.o
 |