mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-15 06:53:43 +08:00
ebc09be0b6
Pretty sure the gregkh@suse.de email is no longer active.
Fixes: 86dcab8
("usbutils: convert build system to use meson")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/sh -e
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2009,2010 Greg Kroah-Hartman <gregkh@suse.de>
|
|
# Copyright (c) 2024 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
|
|
meson setup build
|
|
meson compile -C build
|