summaryrefslogtreecommitdiff
path: root/utils/hwstub/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/tools/Makefile')
-rw-r--r--utils/hwstub/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/Makefile b/utils/hwstub/tools/Makefile
index 6db0c709b1..f718300623 100644
--- a/utils/hwstub/tools/Makefile
+++ b/utils/hwstub/tools/Makefile
@@ -26,7 +26,7 @@ $(REGTOOLS_LIB_DIR)/libsocdesc.a:
26%.o: %.cpp 26%.o: %.cpp
27 $(CXX) $(CXXFLAGS) -c -o $@ $< 27 $(CXX) $(CXXFLAGS) -c -o $@ $<
28 28
29hwstub_shell: hwstub_shell.o $(LIBS) 29hwstub_shell: hwstub_shell.o prompt.o $(LIBS)
30 $(LD) -o $@ $^ $(LDFLAGS) 30 $(LD) -o $@ $^ $(LDFLAGS)
31 31
32hwstub_load: hwstub_load.o $(LIBS) 32hwstub_load: hwstub_load.o $(LIBS)