NetBSD/sys/conf
riastradh 3cbfb035d0 sys: Include files.acpica unconditionally.
This way acpica.h always exists unconditionally, so MI code can be
conditional on NACPICA.

It is not great to have such conditionals, but it's better to have

	#include "acpica.h"

	#ifdef NACPICA > 0

than to have

	#if defined(__i386__) || defined(__x86_64__) || defined(__arm__)
	#include "acpica.h"
	#endif

	#ifdef NACPICA > 0

and we can still grep for NACPICA to find places that could be
factored better.
2022-02-16 20:14:30 +00:00
..
Makefile.kern.inc Fix for systems that override SYSTEM_LD_TAIL 2022-01-06 17:05:32 +00:00
assym.mk
compat_netbsd.config
compat_netbsd09.config
compat_netbsd10.config
compat_netbsd11.config
compat_netbsd12.config
compat_netbsd13.config
compat_netbsd14.config
compat_netbsd15.config
compat_netbsd16.config
compat_netbsd20.config
compat_netbsd30.config
compat_netbsd40.config
compat_netbsd50.config
compat_netbsd60.config
compat_netbsd70.config
compat_netbsd80.config
compat_netbsd90.config
copts.mk new GCC_NO_* uses for warning issues. most of the users of the new 2021-04-12 06:08:30 +00:00
copyright Welcome to 2022! 2022-01-01 06:14:28 +00:00
cscope.mk
debugsyms.c
dts.mk
files sys: Include files.acpica unconditionally. 2022-02-16 20:14:30 +00:00
filesystems.config
gdbinit.mk
genassym.cf
ldscript.mk
linkset
lint.mk sys/conf/lint.mk: fix order of command line options 2021-05-02 20:11:43 +00:00
majors A driver and user land utility for the Sparkfun Serial Controlled Motor 2021-12-07 17:39:53 +00:00
majors.std
majors.storage
majors.tty
majors.usb mark urio/uscanner device majors obsolete 2021-06-29 10:24:41 +00:00
majors.ws
mdroot.mk
mkldscript.sh
newvers.mk
newvers.sh
newvers_stand.mk Fix previous to use the proper version file path. 2021-05-21 11:28:11 +00:00
newvers_stand.sh
osrelease.sh
param.c
ssp.mk
std