From e70ea5d21ff1aca5b8c534da8f3a1ccadd330a2e Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Sun, 28 Jun 2015 17:51:43 +0200 Subject: hwstub: Add completion and some pretty printing to the shell This uses slightly hacked luaprompt to provide all the goodis. See https://github.com/dpapavas/luaprompt for original. Change-Id: Iedddb79abae5809299322bc215722dd928c35cca --- utils/hwstub/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hwstub/tools/Makefile') 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: %.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) -- cgit v1.2.3