[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH hurd] acpi: Link with irqhelp
From: |
Samuel Thibault |
Subject: |
Re: [PATCH hurd] acpi: Link with irqhelp |
Date: |
Tue, 26 Nov 2024 10:43:34 +0100 |
Hello,
This is already in?
Samuel
Damien Zammit via Bug reports for the GNU Hurd, le mar. 26 nov. 2024 07:42:30
+0000, a ecrit:
> ---
> acpi/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/acpi/Makefile b/acpi/Makefile
> index ceccb351e..6e91e980f 100644
> --- a/acpi/Makefile
> +++ b/acpi/Makefile
> @@ -27,7 +27,7 @@ SRCS = main.c netfs_impl.c acpi.c \
> MIGSRCS =
> OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS)))
>
> -HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs
> +HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs
> irqhelp
> LDLIBS = -lpthread $(libacpica_LIBS)
>
> target = acpi acpi.static
> --
> 2.45.2
>
>
>