瀏覽代碼

Easy update of defconfig

Ulf Samuelsson 17 年之前
父節點
當前提交
82c92e1e1a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -475,6 +475,9 @@ endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
 	cp $(shell find ./target/ -name $@) .config
 	-@$(MAKE) oldconfig
 
+update:
+	cp .config $(BOARD_PATH)/$(BOARD_NAME)_defconfig
+
 configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config
 
 cross: $(BASE_TARGETS)