forked from dlink-dir_819/openwrt
		
	As the upcoming arm926ej-s does not have an FPU, move this flag into the subtargets. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
		
			
				
	
	
		
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Copyright (C) 2017 Hauke Mehrtens
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| BOARDNAME:=Allwinner A20/A3x/H3/R40
 | |
| CPU_TYPE:=cortex-a7
 | |
| CPU_SUBTYPE:=neon-vfpv4
 | |
| FEATURES+=fpu
 |