Guest User

Untitled

a guest
Jan 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Index: package/feeds/packages/firmwarehotplug/Makefile
  2. ===================================================================
  3. --- package/feeds/packages/firmwarehotplug/Makefile (revision 28430)
  4. +++ package/feeds/packages/firmwarehotplug/Makefile (working copy)
  5. @@ -55,6 +55,10 @@
  6. $(PKG_NAME) requires the SDCC Cross Compiler (sdcc). \
  7. ))
  8.  
  9. +$(eval $(call RequireCommand,packihx, \
  10. + $(PKG_NAME) requires packihx (A tool to pack Intel hex files for SDCC). \
  11. +))
  12. +
  13. $(eval $(call Require,working-sdcc, \
  14. $(PKG_NAME) requires a SDCC Cross Compiler (sdcc) that supports the following targets : \
  15. mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08. You might consider \
Add Comment
Please, Sign In to add comment