Correct defconfig name in Makefile

This commit is contained in:
2026-03-28 14:31:06 -03:00
parent 3855c57509
commit 5d8c632c61

View File

@@ -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)