meta-digi-arm: fix perf broken build
list.h: In function 'INIT_HLIST_NODE': list.h:582:12: error: 'NULL' undeclared (first use in this function) list.h: In function 'hlist_move_list': list.h:661:15: error: 'NULL' undeclared (first use in this function) list.h: In function 'hlist_move_list': list.h:661:15: error: 'NULL' undeclared (first use in this function) Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
dc56a790d8
commit
ae013f70ba
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
PR_append = "+${DISTRO}"
|
||||
|
||||
EXTRA_OEMAKE_LINUX_2X = "\'CFLAGS=${CFLAGS} -Iutil/include -Iarch/${ARCH}/include -I${STAGING_KERNEL_DIR}/include\'"
|
||||
|
||||
EXTRA_OEMAKE += "${@base_conditional('IS_KERNEL_2X', '1' , '${EXTRA_OEMAKE_LINUX_2X}', '', d)}"
|
||||
Loading…
Reference in New Issue