Fix include dir to use uincir instead of just inc

master
Fred Sundvik 2016-02-24 22:31:01 +02:00
parent 36e4869531
commit 17a1102a2a
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
INC += $(SERIAL_DIR)
UINCDIR += $(SERIAL_DIR)
SRC += $(wildcard $(SERIAL_DIR)/serial_link/protocol/*.c)
SRC += $(wildcard $(SERIAL_DIR)/serial_link/system/*.c)