| /OK3568_Linux_fs/buildroot/build/ |
| H A D | update_defconfig.sh | 9 savedefconfig() function 32 $CONFIG_DIR/conf --savedefconfig="$TARGET" \ 68 savedefconfig "$ORIG_DEFCONFIG" "$DEFCONFIG" 70 savedefconfig "$ORIG_DEFCONFIG" 76 savedefconfig "$BASE_DEFCONFIG" "$FRAGMENT" 126 savedefconfig "$NEW_DEFCONFIG" "$FRAGMENT" 138 savedefconfig "$NEW_DEFCONFIG" "$DEFCONFIG" 148 savedefconfig "$NEW_DEFCONFIG" $TEMP_FILE
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-kconfig.mk | 35 define kconfig-package-savedefconfig 37 $(PKG_KCONFIG_COMMON_OPTS) $($(1)_KCONFIG_OPTS) savedefconfig 283 .PHONY: $(1)-savedefconfig 284 $(1)-savedefconfig: $(1)-check-configuration-done 285 $$(call kconfig-package-savedefconfig,$(2)) 304 $(1)-update-defconfig: $(1)-savedefconfig
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 33 savedefconfig, enumerator 463 {"savedefconfig", required_argument, NULL, savedefconfig}, 525 case savedefconfig: in main() 591 case savedefconfig: in main() 671 case savedefconfig: in main() 699 if (input_mode == savedefconfig) { in main()
|
| H A D | Makefile | 73 PHONY += savedefconfig defconfig 75 savedefconfig: $(obj)/conf target
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 34 savedefconfig, enumerator 456 {"savedefconfig", required_argument, NULL, savedefconfig}, 518 case savedefconfig: in main() 594 case savedefconfig: in main() 670 case savedefconfig: in main() 703 } else if (input_mode == savedefconfig) { in main()
|
| H A D | Makefile | 95 PHONY += oldnoconfig silentoldconfig savedefconfig defconfig 111 savedefconfig: $(obj)/conf target
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 147 savedefconfig: $(BUILD_DIR)/conf target 149 --savedefconfig=$(if $(DEFCONFIG),$(DEFCONFIG),$(CHIP_DIR)/defconfig) \ 153 .PHONY: savedefconfig
|
| H A D | README.md | 19 ~ $ make savedefconfig
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 147 savedefconfig: $(BUILD_DIR)/conf target 149 --savedefconfig=$(if $(DEFCONFIG),$(DEFCONFIG),$(CHIP_DIR)/defconfig) \ 153 .PHONY: savedefconfig
|
| H A D | README.md | 19 ~ $ make savedefconfig
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 35 savedefconfig, enumerator 455 {"savedefconfig", required_argument, NULL, savedefconfig}, 516 case savedefconfig: in main() 591 case savedefconfig: in main() 668 case savedefconfig: in main() 701 } else if (input_mode == savedefconfig) { in main()
|
| H A D | Makefile | 97 PHONY += oldnoconfig savedefconfig defconfig 104 savedefconfig: $(obj)/conf target
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-config.sh | 180 olddefconfig | savedefconfig | menuconfig) $MAKE $1 ;; 183 $MAKE savedefconfig
|
| H A D | normalize-defconfigs.sh | 11 make savedefconfig
|
| H A D | mk-kernel.sh | 56 run_command $KMAKE savedefconfig
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 00-config.sh | 180 olddefconfig | savedefconfig | menuconfig) $MAKE $1 ;; 183 $MAKE savedefconfig
|
| H A D | 10-kernel.sh | 56 run_command $KMAKE savedefconfig
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | make-tips.txt | 31 * +linux-menuconfig+ and +linux-savedefconfig+ only work when 35 * +barebox-menuconfig+ and +barebox-savedefconfig+ only work when the 37 * +uboot-menuconfig+ and +uboot-savedefconfig+ only work when the
|
| H A D | customize-configuration.txt | 8 +make savedefconfig+. 14 make with +make savedefconfig BR2_DEFCONFIG=<path-to-defconfig>+.
|
| H A D | adding-board-support.txt | 23 savedefconfig+. This will generate a minimal +defconfig+ file at the
|
| H A D | customize-quick-guide.txt | 65 1. +make savedefconfig+ to save the buildroot configuration.
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | README.rockchip | 11 ~ $ make update-defconfig # Or savedefconfig to update/save defconfig
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in | 14 When running 'make savedefconfig', the defconfig file will be
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 202 def savedefconfig(self, dot_config): member in Conf
|
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | gitlab-ci.yml.in | 90 - make O=${OUTPUT_DIR} savedefconfig
|