patacongo opened a new issue #442: tools/Makefile.unix:  Remove FORBIDDEN CXD56 
code in common Makefile.
URL: https://github.com/apache/incubator-nuttx/issues/442
 
 
   Because of modularity concerns, this logic must be removed from 
tools/Makefile.unix:
   
       483 ifeq ($(CONFIG_CXD56_BINARY),y)
       484         $(Q) if [ ! -f "tools/cxd56/mkspk" ] ; then \
       485                 echo ""; \ 
       486                 echo "Please run the following command to build the 
needed tool"; \
       487                 echo ""; \
       488                 echo "cd tools/cxd56 && make && cd ../.."; \
       489                 echo ""; \
       490                 echo "run make again to create the nuttx.spk 
image."; \
       491         else \
       492                 echo "Generating: $(NUTTXNAME).spk"; \
       493                 tools/cxd56/mkspk -c2 nuttx nuttx nuttx.spk; \
       494         fi
       495 endif
   
   If is FORBIDDEN to include platform specific logic in common build logic.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to