Correct defconfig name in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -24,7 +24,7 @@ CONFIG_EXISTS := $(wildcard $(OUTPUT_DIR)/.config)
|
||||
all:
|
||||
ifeq ($(CONFIG_EXISTS),)
|
||||
@echo "No .config found. Load a defconfig first, e.g.:"
|
||||
@echo " make rpi_common_test_defconfig"
|
||||
@echo " make raspberrypi_common_defconfig"
|
||||
@exit 1
|
||||
endif
|
||||
$(MAKE) -C $(BUILDROOT_DIR) BR2_EXTERNAL=$(BR2_EXTERNAL) O=$(OUTPUT_DIR)
|
||||
|
||||
Reference in New Issue
Block a user