From 56e9d6b303f57cb378d8f07ff7632aa26f29acfb Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 8 Feb 2015 17:01:57 +0000 Subject: [PATCH] 6809: build the decb tool --- Kernel/cpu-6809/rules.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1