mirror of
				https://github.com/Telecominfraproject/OpenNetworkLinux.git
				synced 2025-11-04 04:08:18 +00:00 
			
		
		
		
	Add armhf to ALL_ARCHES so it gets a build template.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -13,7 +13,7 @@ endif
 | 
				
			|||||||
include $(ONL)/make/config.mk
 | 
					include $(ONL)/make/config.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# All available architectures.
 | 
					# All available architectures.
 | 
				
			||||||
ALL_ARCHES := amd64 powerpc armel arm64
 | 
					ALL_ARCHES := amd64 powerpc armel arm64 armhf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build rule for each architecture.
 | 
					# Build rule for each architecture.
 | 
				
			||||||
define build_arch_template
 | 
					define build_arch_template
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user