include ../../scripts/Makefile.include include ../../scripts/utilities.mak BINDIR=usr/bin MANDIR=usr/share/man MAN1DIR=$(MANDIR)/man1 MAN1=kvm_stat.1 A2X=a2x a2x_path := $(call get-executable,$(A2X)) all: man ifneq ($(findstring $(MAKEFLAGS),s),s) ifneq ($(V),1) QUIET_A2X = @echo ' A2X '$@; endif endif %.1: %.txt ifeq ($(a2x_path),) $(error "You need to install asciidoc for man pages") else $(QUIET_A2X)$(A2X) --doctype manpage --format manpage $< endif clean: rm -f $(MAN1) man: $(MAN1) install-man: man install -d -m 755 $(INSTALL_ROOT)/$(MAN1DIR) install -m 644 kvm_stat.1 $(INSTALL_ROOT)/$(MAN1DIR) install-tools: install -d -m 755 $(INSTALL_ROOT)/$(BINDIR) install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)" install: install-tools install-man .PHONY: all clean man install-tools install-man install /a>
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/pci/mixart/Makefile
ext' onchange='this.form.submit();'>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-01-24 09:57:18 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-01-24 09:57:18 -0800
commit62ed8ceda1699acae01b666497f004bfd3d67a6f (patch)
treefe38c83c49dfd568b540666948ef78cb9d082c38 /sound/pci/asihpi/hpicmn.h
parent1c3415a06b1016a596bfe59e0cfee56c773aa958 (diff)
parent7a308bb3016f57e5be11a677d15b821536419d36 (diff)
Merge tag 'v4.10-rc5' into for-linus
Sync up with mainline to apply fixup to a commit that came through power supply tree.
Diffstat (limited to 'sound/pci/asihpi/hpicmn.h')