Skip to content
Snippets Groups Projects
Commit 8cef48b6 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

config: node_sim can't be used with host_process


Otherwise we get this:

  ppsi/arch-unix/unix-startup.c:35: multiple definition of `main'
  wrc_main_sim.c:193: first defined here

(thanks randconfig)

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 0187e617
No related merge requests found
......@@ -247,7 +247,7 @@ config VLAN_FOR_CLASS6
int "Route this VLAN too to fabric class 6 (Streamer/NIC)"
config WR_NODE_SIM
depends on WR_NODE
depends on WR_NODE && !HOST_PROCESS
boolean "Build simple software for test of WR PTP Core in simulation"
default n
help
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment