Closed tritao closed 5 years ago
../nuttx/libs/libnx/Makefile:229:55: parse error: syntax error, unexpected ASSIGN_OP, expecting ':' or WS Failed to parse: ../nuttx/libs/libnx/Makefile
ifeq ($(CONFIG_NXFONT_TOM_THUMB_4X6),y) $(Q) $(MAKE) -C nxfonts -f Makefile.sources TOPDIR=$(TOPDIR) NXFONTS_FONTID=43 EXTRADEFINES=$(EXTRADEFINES) endif
Thanks. It wasn't the conditional, but the empty line above it in the recipe. I didn't expect this to be allowed actually.