You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
579 B

# entry of menuconfig
# mainmenu "Phytium Standalone SDK Configuration"
STANDALONE_DIR := $(STANDALONE_SDK_ROOT)
menu "Board Setting"
source "$(STANDALONE_DIR)/arch/Kconfig"
source "$(STANDALONE_DIR)/board/Kconfig"
source "$(STANDALONE_DIR)/drivers/Kconfig"
endmenu
menu "Building Option"
source "$(STANDALONE_DIR)/common/Kconfig"
source "$(STANDALONE_DIR)/make/ld/Kconfig"
endmenu
menu "Library Configuration"
source "$(STANDALONE_DIR)/lib/Kconfig"
endmenu
menu "Third-Party Configuration"
source "$(STANDALONE_DIR)/third-party/Kconfig"
endmenu