aboutsummaryrefslogtreecommitdiff
path: root/util/intelmetool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/intelmetool/Makefile')
-rw-r--r--util/intelmetool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile
index 8857d954cd..5862dcac11 100644
--- a/util/intelmetool/Makefile
+++ b/util/intelmetool/Makefile
@@ -20,7 +20,7 @@ PREFIX ?= /usr/local
CFLAGS ?= -O0 -g -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function
LDFLAGS += -lpci -lz
-OBJS = intelmetool.o me.o me_status.o mmap.o
+OBJS = intelmetool.o me.o me_status.o mmap.o rcba.o
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), Darwin)