From: Tormod Volden Date: Wed, 30 Mar 2016 15:56:44 +0000 (+0200) Subject: dragon-nx32: Update build instructions with more applications X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=04f6f47a0e67a46ab983ca707abe3a8ff8bb31e3;p=FUZIX.git dragon-nx32: Update build instructions with more applications Signed-off-by: Tormod Volden --- diff --git a/Kernel/platform-dragon-nx32/README b/Kernel/platform-dragon-nx32/README index 3470099e..48722963 100644 --- a/Kernel/platform-dragon-nx32/README +++ b/Kernel/platform-dragon-nx32/README @@ -68,10 +68,15 @@ Quick build instructions make -C Kernel TARGET=dragon-nx32 # 2. Build the libraries +make -C Library tools/syscall_6809 make -C Library/libs -f Makefile.6809 -# 3. Build the utils +# 3. Build the utils and applications make -C Applications/util -f Makefile.6809 TARGET=dragon-nx32 +make -C Applications/V7/cmd/sh -f Makefile.6809 TARGET=dragon-nx32 +make -C Applications/levee -f Makefile.6809 TARGET=dragon-nx32 +make -C Applications/cave -f Makefile.6809 TARGET=dragon-nx32 +make -C Applications/dw -f Makefile.6809 TARGET=dragon-nx32 # 4. Build disk tools make -C Standalone