Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Commit

Permalink
Fixing the OS X build
Browse files Browse the repository at this point in the history
  • Loading branch information
Franci Penov committed May 21, 2015
1 parent 6c0a512 commit 4fe90de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions cc3200/makefile.inc
Expand Up @@ -33,6 +33,7 @@ CFLAGS+=-Wall
#
# Where to find header files that do not live in the source directory.
#
IPATH+=$(PARSE_CC3200_SDK_ROOT)/src
IPATH+=${CC3200_SDK_ROOT}/simplelink/include
IPATH+=${CC3200_SDK_ROOT}/driverlib
IPATH+=${CC3200_SDK_ROOT}/oslib
Expand Down
14 changes: 8 additions & 6 deletions cc3200/src/makefile
Expand Up @@ -44,19 +44,21 @@ ${BINDIR}:
# Rules for building the Simplelink library with os support.
#
${TARGET}: \
${OBJDIR}/certificate_file.o \
${OBJDIR}/client_state.o \
${OBJDIR}/debug.o \
${OBJDIR}/socket.o \
${OBJDIR}/utils.o \
\
${OBJDIR}/certificate.o \
${OBJDIR}/http.o \
${OBJDIR}/installation.o \
${OBJDIR}/parse_impl.o \
${OBJDIR}/push.o \
${OBJDIR}/request.o \
${OBJDIR}/session.o \
${OBJDIR}/simplejson.o \
\
${OBJDIR}/cc3200_certificate.o \
${OBJDIR}/cc3200_client_state.o \
${OBJDIR}/cc3200_debug.o \
${OBJDIR}/cc3200_socket.o \
${OBJDIR}/cc3200_utils.o \
${OBJDIR}/simplejson.o \


#
Expand Down
2 changes: 2 additions & 0 deletions makefile.inc
Expand Up @@ -21,10 +21,12 @@ PARSE_SDK_ROOT:=$(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
# Where to find header files that do not live in the source directory.
#
IPATH+=$(PARSE_SDK_ROOT)/include
IPATH+=$(PARSE_SDK_ROOT)/rtos
IPATH+=$(PARSE_SDK_ROOT)/common


#
# Where to find source files that do not live in this directory.
#
VPATH+=$(PARSE_SDK_ROOT)/rtos
VPATH+=$(PARSE_SDK_ROOT)/common

0 comments on commit 4fe90de

Please sign in to comment.