On 17/04/2020 14:03, Christian Mauderer wrote:
just noted that the logic isn't entirely correct: Should it be the
following?

   #if (defined(__rtems__) && defined(FDT)) || !defined(__rtems__)

The conditionals with some second define are always a bit tricky in libbsd.

What about

#if !defined(__rtems__) || defined(FDT)

?

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to