nrf51-ADC-examples icon indicating copy to clipboard operation
nrf51-ADC-examples copied to clipboard

Updating makefile to work for any SDK root.

Open robertmassaioli opened this issue 7 years ago • 1 comments

Also added in missing include files, and sorted the includes so that they are easier to scan visually.

This PR is meant to be an early preview. If you like it I will happily go through and make this change for every makefile in this repository.

I have done this because:

  1. I work on OSX, and I need the Makefiles in lieu of Keil.
  2. I have multiple 11.* ad 12.* SDK projects and I want each project to be able to specify, easily, where on my computers filesystem the SDK actually lives. This makes it so much easier to get project compiling.

robertmassaioli avatar Feb 14 '17 21:02 robertmassaioli