From: Chris Tallon Date: Sun, 6 Jan 2013 15:32:24 +0000 (+0000) Subject: Fix debug target locations X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=1d27fef09a192bceac0b7a8cc6578ef777363e79;p=vompclient-marten.git Fix debug target locations --- diff --git a/GNUmakefile b/GNUmakefile index bc9419d..443d16d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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