Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Component/Module Structure
  2. --------------------------
  3. By default the `project.md` file declares one SRCDIR as
  4.  
  5. ```
  6. SRCDIRS ?= main
  7. ```
  8.  
  9. Overriding this in local project `Makefile` didn't appear to change anything.
  10. This is because every src directory requires a `component.mk`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement