Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: small fix (hdhomerun)
  • Loading branch information
perexg committed Apr 7, 2016
1 parent 1681799 commit 87968ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -142,9 +142,7 @@ endif

ifeq ($(CONFIG_HDHOMERUN_STATIC),yes)
CFLAGS += -I$(BUILDDIR)/hdhomerun
LDFLAGS += \
$(BUILDDIR)/hdhomerun/libhdhomerun/libhdhomerun.a \
-L$(BUILDDIR)/hdhomerun/libhdhomerun
LDFLAGS += $(BUILDDIR)/hdhomerun/libhdhomerun/libhdhomerun.a
endif

vpath %.c $(ROOTDIR)
Expand Down

0 comments on commit 87968ba

Please sign in to comment.