diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-07-26 12:59:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-26 12:25:28 +0100 |
commit | e9d4650dcc59092b8cc35e6e7a54184d6f124173 (patch) | |
tree | cec81ef5e8d099cb7bb4104af40e1f082cea78d4 /tools/Makefile | |
parent | f325b73dc4db9d6c2393805b4f468e82d730764e (diff) |
spi: tools: add install section
Allow user to call install target.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 221e1ce78b06..616e7722b327 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -91,7 +91,7 @@ kvm_stat: FORCE $(call descend,kvm/$@) all: acpi cgroup cpupower gpio hv firewire lguest liblockdep \ - perf selftests turbostat usb \ + perf selftests spi turbostat usb \ virtio vm net x86_energy_perf_policy \ tmon freefall objtool kvm_stat @@ -101,7 +101,7 @@ acpi_install: cpupower_install: $(call descend,power/$(@:_install=),install) -cgroup_install firewire_install gpio_install hv_install lguest_install perf_install usb_install virtio_install vm_install net_install objtool_install: +cgroup_install firewire_install gpio_install hv_install lguest_install perf_install spi_install usb_install virtio_install vm_install net_install objtool_install: $(call descend,$(@:_install=),install) liblockdep_install: |