v01d opened a new pull request #2101:
URL: https://github.com/apache/incubator-nuttx/pull/2101


   ## Summary
   
   This change supersedes #1843 which was stalled for some time and I found 
this change is simpler and solves the problem of object files not being cleaned 
when sources from sub-directories are added (typically for third party code 
where you can't place a Make.defs file at the same level of each source file to 
be built).
   
   Ideally only $(OBJS) should be necessary and not *$(OBJEXT) but in #1843 it 
was mentioned that it was better to leave both cases.
   
   ## Impact
   
   Should not break anything, only potentially removes object files not removed 
just with *$(OBJEXT)
   
   ## Testing
   
   Fixed problem of left object files when compiling source files in 
subdirectory
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to