andrzej-kaczmarek commented on PR #493:
URL: https://github.com/apache/mynewt-newt/pull/493#issuecomment-1318758339

   Just a quick thought:
   ```
   andk@x1n:~/devel/mynewt$ newt target revdep blinky
   Reverse dependency graph (dependee <-- [dependers]):
   --- 8< ---
       * @apache-mynewt-core/sys/flash_map <-- 
[@apache-mynewt-core/hw/bsp/nordic_pca10095 @apache-mynewt-core/sys/sysinit]
   --- 8< ---
       * @apache-mynewt-core/sys/sysinit <-- [@apache-mynewt-core/kernel/os]
   --- 8< ---
   ```
   So flash_map is included in every build by sys/sysinit which does not seem 
to use it at all. I'd try to remove that dependency and see what happens. I 
suspect this will break something in other build, but perhaps we can figure 
this out and add proper dependencies somewhere else.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to