mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
fix path to CONFIG_LINUX_CONFIG file
This commit is contained in:
parent
c46c078157
commit
452aabe528
2
Makefile
2
Makefile
@ -221,7 +221,7 @@ define define_module =
|
||||
# Copy the stored config file into the unpacked directory
|
||||
$($1_config_file_path): $($1_config) $(build)/$($1_dir)/.canary
|
||||
@mkdir -p $$(dir $$@)
|
||||
$(call do-copy,config/$($1_config),$$@)
|
||||
$(call do-copy,$($1_config),$$@)
|
||||
endif
|
||||
|
||||
# Use the module's configure variable to build itself
|
||||
|
@ -13,7 +13,7 @@ linux_board_dir := $(build)/$(linux_dir)/$(BOARD)
|
||||
|
||||
# input file in the heads config/ dir
|
||||
# Allow board config to specialize Linux configuration if necessary
|
||||
linux_config := $(or $(CONFIG_LINUX_CONFIG,linux.config))
|
||||
linux_config := $(or $(CONFIG_LINUX_CONFIG),config/linux.config)
|
||||
|
||||
# output file in the build dir
|
||||
linux_config_file := $(BOARD)/.config
|
||||
|
Loading…
Reference in New Issue
Block a user