Skip to content

Commit

Permalink
Merge pull request torvalds#438 from libos-nuse/fix-make-install
Browse files Browse the repository at this point in the history
lkl-upstream: fix make install to install liblkl.a
  • Loading branch information
thehajime authored Jun 12, 2018
2 parents 8dcf543 + 51dc1d8 commit 593eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ headers_install: $(TARGETS)
$(DESTDIR)$(PREFIX)/include ; \
cp -r $(OUTPUT)include/lkl $(DESTDIR)$(PREFIX)/include

libraries_install: $(libs-y:%=$(OUTPUT)%$(SOSUF))
libraries_install: $(libs-y:%=$(OUTPUT)%$(SOSUF)) $(OUTPUT)liblkl.a
$(call QUIET_INSTALL, libraries) \
install -d $(DESTDIR)$(PREFIX)/lib ; \
install -m 644 $^ $(DESTDIR)$(PREFIX)/lib
Expand Down

0 comments on commit 593eb62

Please sign in to comment.