mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Shuffle so binutils is unpacked/built first
This commit is contained in:
parent
9518cdc661
commit
5455b5e03f
10
Makefile
10
Makefile
@ -58,16 +58,16 @@ WGET:=wget --passive-ftp
|
|||||||
# The list of stuff to build for the target filesystem
|
# The list of stuff to build for the target filesystem
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
# Do you want user mode Linux (x86 only), or are you building a
|
|
||||||
# real kernel that will run on its own?
|
|
||||||
#TARGETS+=linux
|
|
||||||
TARGETS+=user-mode-linux
|
|
||||||
|
|
||||||
# The toolchain comes next if we are building one
|
# The toolchain comes next if we are building one
|
||||||
ifeq ($(USE_UCLIBC_TOOLCHAIN),true)
|
ifeq ($(USE_UCLIBC_TOOLCHAIN),true)
|
||||||
TARGETS+=uclibc_toolchain
|
TARGETS+=uclibc_toolchain
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Do you want user mode Linux (x86 only), or are you building a
|
||||||
|
# real kernel that will run on its own?
|
||||||
|
#TARGETS+=linux
|
||||||
|
TARGETS+=user-mode-linux
|
||||||
|
|
||||||
# The default minimal set
|
# The default minimal set
|
||||||
TARGETS+=busybox tinylogin
|
TARGETS+=busybox tinylogin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user