summaryrefslogtreecommitdiff
path: root/util/intelmetool
diff options
context:
space:
mode:
Diffstat (limited to 'util/intelmetool')
-rw-r--r--util/intelmetool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile
index b455a0ea86..d8c056c3a7 100644
--- a/util/intelmetool/Makefile
+++ b/util/intelmetool/Makefile
@@ -38,6 +38,9 @@ endif
all: pciutils dep $(PROGRAM)
+oldarc: CFLAGS += -DOLDARC
+oldarc: all
+
$(PROGRAM): $(OBJS)
$(CC) $(CFLAGS) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
@@ -83,6 +86,6 @@ install: $(PROGRAM)
mkdir -p $(DESTDIR)$(PREFIX)/sbin
$(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin
-.PHONY: all clean distclean dep pciutils
+.PHONY: all clean distclean dep pciutils oldarc
-include .dependencies