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
This commit is contained in:
Warner Losh 2022-10-24 12:12:29 -06:00
parent 4355ab6f04
commit ef1851fb43

View File

@ -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