mdebug

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

commit b2ad041ecacc7a7284b1871f650176790d386850
parent 9acdfb969ea7c0e8d46330cb29dfc2d24756eaf4
Author: Brian Swetland <swetland@frotz.net>
Date:   Wed, 19 Mar 2014 02:56:09 -0700

lpc13boot: use bless-lpc to "sign" the binary so the ROM will start it

Diffstat:
Mlpc13boot/module.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lpc13boot/module.mk b/lpc13boot/module.mk @@ -6,5 +6,6 @@ M_OBJS := board/m3debug.o M_OBJS += lpc13boot/main.o M_OBJS += lpc13boot/misc.o M_OBJS += libc/strcpy.o +M_SIGN := bin/bless-lpc $(call build-target-executable)