From ef1851fb435d5e811601e8dba8bf6dca6db0f428 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 24 Oct 2022 12:12:29 -0600 Subject: [PATCH] acpi_ged: Module build no longer needs to define INTRNG Now that we properly define INTRNG generically on all the platforms that need it in opt_global.h, we don't need to define it here. Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D37110 --- sys/modules/acpi/acpi_ged/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/modules/acpi/acpi_ged/Makefile b/sys/modules/acpi/acpi_ged/Makefile index 87dd53b88b2b..78f0303f275e 100644 --- a/sys/modules/acpi/acpi_ged/Makefile +++ b/sys/modules/acpi/acpi_ged/Makefile @@ -1,9 +1,6 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/acpica -.if ${MACHINE_CPUARCH} == "aarch64" -CFLAGS += -DINTRNG -.endif KMOD= acpi_ged SRCS= acpi_ged.c SRCS+= opt_acpi.h opt_evdev.h acpi_if.h bus_if.h device_if.h