summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2012-02-15 17:19:10 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2012-02-15 17:19:10 +0200
commitf75c99d1c52707240a78b4ba78e41d20d3aa3b08 (patch)
treee25dda3519b3d43d1616250f2c2e5ef33862c130
parentf7f4a735cedd53f91fc3ea942425f9748b9b454b (diff)
Fix parallel buildingHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d956aa9..cbf312b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ hdmiservice.so: cec.o edid.o hdcp.o hdmi_service_api.o hdmi_service.o kevent.o \
setres.o socket.o
$(CC) $(LDFLAGS) $^ -o $@
-hdmistart: hdmi_service_start.o
+hdmistart: hdmi_service_start.o $(HDMILIBS)
$(CC) $(LDFLAGS_2) $^ -o $@ $(HDMILIBS)
clean: