mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
fixed includes for arch sub-dirs
This commit is contained in:
parent
e212fea80f
commit
53b75ef130
@ -1,2 +1,5 @@
|
|||||||
include target/generic/Makefile.in
|
include target/generic/Makefile.in
|
||||||
include target/device/Makefile.in
|
include target/device/Makefile.in
|
||||||
|
include target/x86/Makefile.in
|
||||||
|
include target/arm/Makefile.in
|
||||||
|
include target/powerpc/Makefile.in
|
||||||
|
1
target/powerpc/Makefile.in
Normal file
1
target/powerpc/Makefile.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include target/powerpc/*/*.mk
|
1
target/x86/Makefile.in
Normal file
1
target/x86/Makefile.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include target/x86/*/*.mk
|
Loading…
x
Reference in New Issue
Block a user