mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			234 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			234 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/crypto/aes/Makefile
 | 
						|
+++ b/crypto/aes/Makefile
 | 
						|
@@ -47,6 +47,9 @@ lib:	$(LIBOBJ)
 | 
						|
 
 | 
						|
 $(LIBOBJ): $(LIBSRC)
 | 
						|
 
 | 
						|
+aes-armv4.s: asm/aes-armv4.pl
 | 
						|
+	$(PERL) $^ > $@
 | 
						|
+
 | 
						|
 aes-ia64.s: asm/aes-ia64.S
 | 
						|
 	$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
 | 
						|
 
 | 
						|
 |