mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Only include linux makefile when properly selected
This commit is contained in:
parent
bc02c515f2
commit
a18f36417b
@ -19,6 +19,7 @@
|
|||||||
# -Erik
|
# -Erik
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
ifneq ($(filter $(TARGETS),linux),)
|
||||||
|
|
||||||
# Version of Linux to download and then apply patches to
|
# Version of Linux to download and then apply patches to
|
||||||
DOWNLOAD_LINUX_VERSION=2.6.11.5
|
DOWNLOAD_LINUX_VERSION=2.6.11.5
|
||||||
@ -110,3 +111,4 @@ linuxclean: clean
|
|||||||
linux-dirclean:
|
linux-dirclean:
|
||||||
rm -rf $(LINUX_DIR)
|
rm -rf $(LINUX_DIR)
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user