summaryrefslogtreecommitdiff
path: root/util/superiotool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r--util/superiotool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile
index 1cd098f55d..f6d9685585 100644
--- a/util/superiotool/Makefile
+++ b/util/superiotool/Makefile
@@ -28,8 +28,8 @@ CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
-Werror-implicit-function-declaration -ansi -pedantic $(VERSION)
LDFLAGS += -lz
-OBJS = superiotool.o serverengines.o ali.o fintek.o ite.o nsc.o nuvoton.o \
- smsc.o winbond.o infineon.o
+OBJS = superiotool.o serverengines.o ali.o exar.o fintek.o ite.o nsc.o \
+ nuvoton.o smsc.o winbond.o infineon.o
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), Darwin)