HomeSort by relevance Sort by last modified time
    Searched refs:defconfig (Results 1 - 9 of 9) sorted by null

  /external/toybox/kconfig/
Makefile 9 randconfig allyesconfig allnoconfig allmodconfig defconfig
32 defconfig: $(obj)/conf $(KCONFIG_TOP)
42 @echo ' defconfig - New config with default answer to all options'
  /external/wpa_supplicant_8/hostapd/
Makefile 1034 echo 'run "cp defconfig .config" to create an example'; \
  /external/autotest/client/bin/
kernel_config.py 66 # You may specifiy the a defconfig within the tree to build,
79 overrides, defconfig = False, name = None, make = None):
85 if (orig_file == '' and not defconfig and not make): # use user default
94 if (orig_file == '' and not make and defconfig): # use defconfig
95 make = 'defconfig'
kernel.py 271 def config(self, config_file = '', config_list = None, defconfig = False, make = None):
275 defconfig, self.base_tree_version, make)
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 71 echo 'run "cp defconfig .config" to create an example'; \
    [all...]
  /external/autotest/client/tests/kernbench/
kernbench.py 41 kernel.config(defconfig=True, logged=False)
  /system/extras/tests/net_test/
run_net_test.sh 91 [ -f .config ] || make defconfig ARCH=um SUBARCH=x86_64
  /prebuilts/qemu-kernel/
build-kernel.sh 358 defconfig)
395 mv -f defconfig arch/$DEFCONFIG_ARCH/configs/${CONFIG}_defconfig
  /device/asus/fugu/
AndroidKernel.mk 32 KERNEL_SAVE_DEFCONFIG := $(KERNEL_OUT_DIR)/defconfig

Completed in 1052 milliseconds