summaryrefslogtreecommitdiffstats
path: root/hal/video_in_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hal/video_in_hal/Makefile')
-rwxr-xr-xhal/video_in_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/video_in_hal/Makefile b/hal/video_in_hal/Makefile
index cdbdfdf..9ad16ce 100755
--- a/hal/video_in_hal/Makefile
+++ b/hal/video_in_hal/Makefile
@@ -45,7 +45,7 @@ all: $(TARGET)
@echo $@ done.
$(TARGET): $(OBJS)
- $(CC) $(LDFLAGS) -Wl,-rpath=$(RPATH) $(OBJS) $(LIBS) -o $(TARGET)
+ $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $(TARGET)
@echo $@ done.
######### make cleans ###########################