Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile parser error: syntax error, unexpected include, expecting WS or NL or LEADING_TAB #6

Closed
tritao opened this issue Apr 24, 2019 · 1 comment
Labels

Comments

@tritao
Copy link

tritao commented Apr 24, 2019

../nuttx/drivers/wireless/spirit/Make.defs:41:39: parse error: syntax error, unexpected include, expecting WS or NL or LEADING_TAB
Failed to parse: ../nuttx/drivers/wireless/spirit/Make.defs
ifeq ($(CONFIG_WL_SPIRIT),y)

# Include Spirit library support

include wireless$(DELIM)spirit$(DELIM)lib$(DELIM)Make.defs
include wireless$(DELIM)spirit$(DELIM)include$(DELIM)Make.defs
include wireless$(DELIM)spirit$(DELIM)drivers$(DELIM)Make.defs

endif
@xaizek
Copy link
Owner

xaizek commented Apr 25, 2019

Thanks.

@xaizek xaizek added the bug label Apr 25, 2019
@xaizek xaizek closed this as completed in 8fdaa82 Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants