freebsd-src/usr.sbin/cpucontrol/Makefile
Chuck Silvers 34467bd762 x86/ucode: add support for early loading of CPU ucode on AMD.
Sponsored by:	Netflix
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D43318
2024-02-22 10:04:31 -08:00

13 lines
192 B
Makefile

PROG= cpucontrol
MAN= cpucontrol.8
SRCS= cpucontrol.c intel.c amd.c amd10h.c via.c ucode_subr.c
.PATH: ${SRCTOP}/sys/x86/x86
NO_WCAST_ALIGN=
CFLAGS+= -I${.CURDIR}
.include <bsd.prog.mk>