xref: /dflybsd-src/sys/dev/misc/Makefile (revision 0085a56d0dbf7abe96dfbf1dc294d29800f96275)
1SUBDIR= amdsbwd backlight cmx cpuctl dcons ecc ichwd ipmi joy kbdmux led lpbb \
2	nmdm pcfclock snp syscons tbridge coremctl dimm aperf
3
4.if ${MACHINE_ARCH} == "x86_64"
5SUBDIR+=efirt
6.endif
7
8# Empty for concurrent build
9#
10SUBDIR_ORDERED=
11
12.include <bsd.subdir.mk>
13