Commit 0187e617 authored by Alessandro Rubini's avatar Alessandro Rubini

config: don't build assert for host builds

If we select a host build, we'll have the same assert from
ppsi::arch-unix, becauseI added a non-libc assert to ppsi while adding
it to wrpc-sw.  But ppsi doesn't build its own asser for arch-wrpc, so
the only proble is with host builds.

(thanks randconfig)
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent b028d9df
obj-y += lib/util.o
obj-y += lib/assert.o
obj-$(CONFIG_LM32) += \
lib/atoi.o \
lib/assert.o \
lib/usleep.o
obj-$(CONFIG_WR_NODE) += lib/net.o
......
Markdown is supported
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