Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 obj-$(CONFIG_FPE_NWFPE)         += nwfpe/
0003 # Put arch/arm/fastfpe/ to use this.
0004 obj-$(CONFIG_FPE_FASTFPE)       += $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/fastfpe/))
0005 obj-$(CONFIG_VFP)               += vfp/
0006 obj-$(CONFIG_XEN)               += xen/
0007 obj-$(CONFIG_VDSO)              += vdso/
0008 obj-y                           += kernel/ mm/ common/
0009 obj-y                           += probes/
0010 obj-y                           += net/
0011 obj-y                           += crypto/
0012 
0013 # for cleaning
0014 subdir- += boot