CHROMIUM: security: use -fstack-protector-strong
[cascardo/linux.git] / arch / arm / Makefile
index dcb088e..ee58483 100644 (file)
@@ -38,7 +38,7 @@ KBUILD_CFLAGS +=-fno-omit-frame-pointer -mapcs -mno-sched-prolog
 endif
 
 ifeq ($(CONFIG_CC_STACKPROTECTOR),y)
-KBUILD_CFLAGS  +=-fstack-protector
+KBUILD_CFLAGS  +=-fstack-protector-strong
 endif
 
 ifeq ($(CONFIG_CPU_BIG_ENDIAN),y)
@@ -253,6 +253,7 @@ core-$(CONFIG_VFP)          += arch/arm/vfp/
 
 # If we have a machine-specific directory, then include it in the build.
 core-y                         += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
+core-y                         += arch/arm/net/
 core-y                         += $(machdirs) $(platdirs)
 
 drivers-$(CONFIG_OPROFILE)      += arch/arm/oprofile/