summaryrefslogtreecommitdiff
path: root/utils/hwstub/tools/Makefile
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2015-06-28 17:51:43 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2015-06-28 17:55:17 +0200
commite70ea5d21ff1aca5b8c534da8f3a1ccadd330a2e (patch)
tree611750d6bd70f20585801cfd7e8c441180798bee /utils/hwstub/tools/Makefile
parent465eb727a30fd1f4470ff6c172f7b41856775167 (diff)
downloadrockbox-e70ea5d21ff1aca5b8c534da8f3a1ccadd330a2e.tar.gz
rockbox-e70ea5d21ff1aca5b8c534da8f3a1ccadd330a2e.zip
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
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)