]> git.vomp.tv Git - vompclient.git/commitdiff
Fix debug target locations
authorChris Tallon <chris@vomp.tv>
Sun, 6 Jan 2013 15:32:24 +0000 (15:32 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 6 Jan 2013 15:32:24 +0000 (15:32 +0000)
GNUmakefile

index bc9419d96da5966dcb6c019a1cfe54a409b61bb9..443d16d4533e26cf8d1af2ec95cf703a14aca6e3 100644 (file)
@@ -1,4 +1,4 @@
-vomp_platform =raspberry
+vomp_platform=mvp
 # valid platforms are raspberry and mvp
 vomp_options=
 #uncomment the line below, if you want to vomp application like, without a reboot option, automatically set for windows!
@@ -97,10 +97,10 @@ install-dev:
        cp vompclient target-mvp-dev/vompclient
 
 debug:
-       ../../gdb/gdb-6.7/gdb/gdb /mnt/auto/defiant/diskless/nfs/mvp/vompclient /mnt/auto/defiant/diskless/nfs/mvp/core.*
+       ../../gdb/gdb-6.7/gdb/gdb target-mvp/vompclient target-mvp/core.*
 
 debug2:
-       ../../gdb/gdb-6.7/gdb/gdb /mnt/auto/defiant/diskless/nfs/mvp-dev/vompclient /mnt/auto/defiant/diskless/nfs/mvp-dev/core.*
+       ../../gdb/gdb-6.7/gdb/gdb target-mvp-dev/vompclient target-mvp-dev/core.*
 
 dev: CXXFLAGS := $(CXXFLAGS_DEV)
 dev: vompclient