ARM: wire up copy_file_range() syscall
[deliverable/linux.git] / arch / arm / Makefile
index d1da24885af08fc9ac116edc785cbccbe5646b72..fe254108d1d92c88bb05b90221ca314edcaceedb 100644 (file)
@@ -30,9 +30,8 @@ GZFLAGS               :=-9
 # Never generate .eh_frame
 KBUILD_CFLAGS  += $(call cc-option,-fno-dwarf2-cfi-asm)
 
-# Do not use arch/arm/defconfig - it's always outdated.
-# Select a platform tht is kept up-to-date
-KBUILD_DEFCONFIG := versatile_defconfig
+# This should work on most of the modern platforms
+KBUILD_DEFCONFIG := multi_v7_defconfig
 
 # defines filename extension depending memory management type.
 ifeq ($(CONFIG_MMU),)
This page took 0.027042 seconds and 5 git commands to generate.