Browse Source

kconfig: Do not source "arch/posix/core/Kconfig"

This file never existed.

'source' currently ignores missing files instead of throwing an error,
due to Zephyr's custom globbing logic.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
pull/6871/head
Ulf Magnusson 7 years ago committed by Anas Nashif
parent
commit
c9c18fa8b0
  1. 2
      arch/posix/Kconfig

2
arch/posix/Kconfig

@ -23,8 +23,6 @@ config ARCH_DEFCONFIG
string string
default "arch/posix/defconfig" default "arch/posix/defconfig"
source "arch/posix/core/Kconfig"
config ARCH_POSIX_RECOMMENDED_STACK_SIZE config ARCH_POSIX_RECOMMENDED_STACK_SIZE
int int
depends on ARCH_POSIX depends on ARCH_POSIX

Loading…
Cancel
Save