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

make: missing seperator #10

Closed
Phunkafizer opened this issue Nov 21, 2014 · 2 comments
Closed

make: missing seperator #10

Phunkafizer opened this issue Nov 21, 2014 · 2 comments

Comments

@Phunkafizer
Copy link

Hi,

when I run make, I get

Makefile:25: *** missing separator (did you mean TAB instead of 8 spaces?).

on a raspberry with raspbian. Any hints?

Regards
Stefan

@tharder90
Copy link

Hi,
got the same issue and could just find a workaround.

To get it work check if the file
/lib/modules/$(KVERSION)/build/include/generated/uapi/linux/version.h
exists, if not, just comment out lines 25 & 26
if [ -f /lib/modules/$(KVERSION)/build/include/generated/uapi/linux/version.h ]; then
INCLUDE += -I/lib/modules/$(KVERSION)/build/include/generated/uapi/

If it exists, comment out the lines from above and replace $(INCLUDE) in line 29 & 31 with
-I/lib/modules/$(KVERSION)/build/include/generated/uapi/

Last one is not tested, the file didn´t exist in my case.

Hope I could help.

Wobbi

@gkaindl
Copy link
Owner

gkaindl commented Jun 7, 2015

This is addressed in master now, so I'm closing this.

@gkaindl gkaindl closed this as completed Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants