mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
buildroot: add kernel-headers to base targets so it gets handled by external-deps
This commit is contained in:
parent
155971e08f
commit
3d8919a184
2
Makefile
2
Makefile
@ -187,7 +187,7 @@ PREFERRED_LIB_FLAGS:=--enable-static --enable-shared
|
|||||||
#
|
#
|
||||||
##############################################################
|
##############################################################
|
||||||
ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
|
ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
|
||||||
BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils
|
BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils kernel-headers
|
||||||
else
|
else
|
||||||
BASE_TARGETS:=uclibc
|
BASE_TARGETS:=uclibc
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user