Skip to content

Commit

Permalink
round #1 complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haberler authored and zultron committed Aug 2, 2013
1 parent ebfb167 commit d4123e2
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 141 deletions.
14 changes: 14 additions & 0 deletions src/rtapi/Submakefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,19 @@ CLIENT_OBJS := $(call TOOBJS, $(CLIENT_SRCS))
USERSRCS += $(CLIENT_SRCS) #rtapi/smemdrv/embshmem.c rtapi/smemdrv/testmod/test_embshmem.c
TARGETS += ../bin/client



$(call TOOBJSDEPS, $(TESTCLIENT_SRCS)): EXTRAFLAGS += -Wall -g -O0 -DENABLE_TRACE

TESTCLIENT_SRCS = rtapi/smemdrv/testclient.c rtapi/smemdrv/shmemaccess.c
TESTCLIENT_OBJS := $(call TOOBJS, $(TESTCLIENT_SRCS))

../bin/testclient: $(TESTCLIENT_OBJS)
$(ECHO) Linking $(notdir $@)
$(Q)$(CC) $(LDFLAGS) -o $@ $^

USERSRCS += $(TESTCLIENT_SRCS)
TARGETS += ../bin/testclient

endif

Loading

0 comments on commit d4123e2

Please sign in to comment.