Use ifndef or ifeq () instead of ifeq ""
ifeq with quotes is technically correct make syntax, but rarely used. Replace it with the simpler ifndef when comparing against empty, or with parenthesis for consistency. Test: builds Change-Id: Idcbe0586c4626c67d560694596b0bd9f5f93484a
Loading
Please register or sign in to comment