| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # linux/arch/arm/vfp/Makefile | 
 | 3 | # | 
 | 4 | # Copyright (C) 2001 ARM Limited | 
 | 5 | # | 
 | 6 |  | 
| matt mooney | 21f0b31 | 2011-01-14 06:12:26 -0800 | [diff] [blame^] | 7 | # ccflags-y := -DDEBUG | 
 | 8 | # asflags-y := -DDEBUG | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 |  | 
| Sam Ravnborg | 222d394 | 2007-10-15 21:59:31 +0200 | [diff] [blame] | 10 | KBUILD_AFLAGS	:=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp) | 
| Russell King | 1a6be26 | 2006-06-21 13:51:41 +0100 | [diff] [blame] | 11 | LDFLAGS		+=--no-warn-mismatch | 
 | 12 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | obj-y			+= vfp.o | 
 | 14 |  | 
| Russell King | 1a6be26 | 2006-06-21 13:51:41 +0100 | [diff] [blame] | 15 | vfp-$(CONFIG_VFP)	+= vfpmodule.o entry.o vfphw.o vfpsingle.o vfpdouble.o |