mdebug

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit aa1300b9681f3196d530b6e46fa76a5cfebe925d
parent 7907cb5cdf536952dd5b1332ba06d06f0b53a123
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat, 13 Jun 2015 22:37:59 -0700

flash-agents: renaming stuff

Diffstat:
Dagent-lpc15xx/module.mk | 7-------
Ragent-lpc15xx/header.S -> agents/lpc-header.S | 0
Ragent-lpc15xx/main.c -> agents/lpc-main.c | 0
Aagents/module.mk | 7+++++++
4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/agent-lpc15xx/module.mk b/agent-lpc15xx/module.mk @@ -1,7 +0,0 @@ - -M_NAME := agent-lpc15xx -M_CHIP := lpc1547-agt -M_START := agent-lpc15xx/header.o -M_OBJS := agent-lpc15xx/main.o -$(call build-target-executable) - diff --git a/agent-lpc15xx/header.S b/agents/lpc-header.S diff --git a/agent-lpc15xx/main.c b/agents/lpc-main.c diff --git a/agents/module.mk b/agents/module.mk @@ -0,0 +1,7 @@ + +M_NAME := agent-lpc15xx +M_CHIP := lpc1547-agt +M_START := agents/lpc-header.o +M_OBJS := agents/lpc-main.o +$(call build-target-executable) +