A previous answer to a question asking for a derivation of ridge regression points out at one juncture that from the following equation:
$$(y_∗−X_∗β)′(y_∗−X_∗β)=(y−Xβ)′(y−Xβ)+λβ′β$$
It follows that
$$(X′_∗X_∗)β=X′_∗y_∗$$
The original author states that "From the form of the left hand expression it is immediate that the Normal equations are...". I do not understand why this follows, and would like to know more on the matter.