From: Alan Cox Date: Sun, 8 Feb 2015 17:01:57 +0000 (+0000) Subject: 6809: build the decb tool X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=56e9d6b303f57cb378d8f07ff7632aa26f29acfb;p=FUZIX.git 6809: build the decb tool --- diff --git a/Kernel/cpu-6809/rules.mk b/Kernel/cpu-6809/rules.mk index af92d29e..098126b2 100644 --- a/Kernel/cpu-6809/rules.mk +++ b/Kernel/cpu-6809/rules.mk @@ -13,3 +13,5 @@ export ASOPTS= export ASMEXT = .s export BINEXT = .o export BITS=16 + +tools/decbdragon: tools/decbdragon.c