dragon-nx32: Update build instructions with more applications
authorTormod Volden <debian.tormod@gmail.com>
Wed, 30 Mar 2016 15:56:44 +0000 (17:56 +0200)
committerAlan Cox <alan@linux.intel.com>
Sat, 9 Apr 2016 15:56:38 +0000 (16:56 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/README

index 3470099..4872296 100644 (file)
@@ -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