diff --git a/Makefile b/Makefile index a390258..74c448f 100644 --- a/Makefile +++ b/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)