Skip to content

Commit

Permalink
cuda: added -lrt link option to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shinpei0208 committed Jun 28, 2013
1 parent c3ebc5a commit 52de39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda/libucuda/Makefile
Expand Up @@ -5,7 +5,7 @@ TARGET = libucuda
CUDUMP = cudump
GDEVDIR = /usr/local/gdev
CFLAGS = -O3 -Wall -I $(GDEVDIR)/include
LDFLAGS = -L $(GDEVDIR)/lib64 -lgdev -Wl,-Bsymbolic
LDFLAGS = -L $(GDEVDIR)/lib64 -lgdev -lrt -Wl,-Bsymbolic

#OBJS = $(patsubst %.c,%.o,$(wildcard ./*.c))
OBJS = init.o device.o version.o context.o module.o execution.o memory.o stream.o ipc.o event.o gdev_cuda.o
Expand Down

0 comments on commit 52de39d

Please sign in to comment.