|
@@ -515,6 +515,19 @@ $(generic_defconfigs):
|
|
|
#
|
|
|
$(generic_config_dir)/%.config: ;
|
|
|
|
|
|
+#
|
|
|
+# Prevent direct use of generic_defconfig, which is intended to be used as the
|
|
|
+# basis of the various ISA-specific targets generated above.
|
|
|
+#
|
|
|
+.PHONY: generic_defconfig
|
|
|
+generic_defconfig:
|
|
|
+ $(Q)echo "generic_defconfig is not intended for direct use, but should instead be"
|
|
|
+ $(Q)echo "used via an ISA-specific target from the following list:"
|
|
|
+ $(Q)echo
|
|
|
+ $(Q)for cfg in $(generic_defconfigs); do echo " $${cfg}"; done
|
|
|
+ $(Q)echo
|
|
|
+ $(Q)false
|
|
|
+
|
|
|
#
|
|
|
# Legacy defconfig compatibility - these targets used to be real defconfigs but
|
|
|
# now that the boards have been converted to use the generic kernel they are
|