Quoting JJLee <jjleecareer@xxxxxxxxx>:
maybe your corss compile gcc not support elseif keywords
Please don't top-post. Top-posting kills an intelligent discussion.
config.mk:26:*****missing "endif"........
If you actually read the text you quoted you would have realized that
the message comes from the make program that fails to interpret
config.mk. The compiler is not involved at this stage.
There is no "elseif" or even "elsif" anywhere in
compat-wireless-2.6.39, and if GNU make failed to understand a
keyword, it would have reported it differently:
$ cat makefile
ifeq (0,0)
elseif
$ make
makefile:2: *** missing separator. Stop.
BSD make would stop of the first like of the compat-wireless Makefile
without even getting to config.mk:
$ bmake
bmake: "/home/proski/src/compat-wireless-2.6.39-1-sn/Makefile" line 1:
Need an operator
--
Regards,
Pavel Roskin
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html