diff options
Diffstat (limited to 'utils/hwstub/tools/Makefile')
| -rw-r--r-- | utils/hwstub/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/Makefile b/utils/hwstub/tools/Makefile index 6db0c70..f718300 100644 --- a/utils/hwstub/tools/Makefile +++ b/utils/hwstub/tools/Makefile @@ -26,7 +26,7 @@ $(REGTOOLS_LIB_DIR)/libsocdesc.a: %.o: %.cpp $(CXX) $(CXXFLAGS) -c -o $@ $< -hwstub_shell: hwstub_shell.o $(LIBS) +hwstub_shell: hwstub_shell.o prompt.o $(LIBS) $(LD) -o $@ $^ $(LDFLAGS) hwstub_load: hwstub_load.o $(LIBS) |