mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
make sure sh4 headers get setup properly
This commit is contained in:
parent
766fa31a21
commit
ea9a9f4349
@ -98,6 +98,10 @@ $(LINUX_HEADERS_DIR)/.configured: $(LINUX_HEADERS_DIR)/.patched
|
|||||||
ln -fs arch-ebsa285 arch; fi); \
|
ln -fs arch-ebsa285 arch; fi); \
|
||||||
elif [ "$(ARCH)" = "cris" ];then \
|
elif [ "$(ARCH)" = "cris" ];then \
|
||||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-cris asm;) \
|
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-cris asm;) \
|
||||||
|
elif [ "$(ARCH)" = "sh4" ];then \
|
||||||
|
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-sh asm; \
|
||||||
|
cd asm; \
|
||||||
|
ln -s cpu-sh4 cpu) \
|
||||||
else \
|
else \
|
||||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-$(ARCH)$(NOMMU) asm;) \
|
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-$(ARCH)$(NOMMU) asm;) \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user