msrtool: Add FreeBSD support using /dev/cpuctl ioctl interface
Signed-off-by: Andriy Gapon <avg@icyb.net.ua> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4965 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Peter Stuge
parent
7df17af13b
commit
d80e57c9c8
@@ -27,7 +27,7 @@ CFLAGS = @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
||||
TARGETS = geodelx.o cs5536.o k8.o
|
||||
SYSTEMS = linux.o darwin.o
|
||||
SYSTEMS = linux.o darwin.o freebsd.o
|
||||
OBJS = $(PROGRAM).o msrutils.o sys.o $(SYSTEMS) $(TARGETS)
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
Reference in New Issue
Block a user