[SLOF] [PATCH 11/11] Do not include net-snk in the build of board-qemu anymore
Thomas Huth
thuth at redhat.com
Sat Sep 10 05:52:09 AEST 2016
Since net-snk is now only used for the biosemu (which we only
use on board-js2x), we do not need it for board-qemu anymore.
Signed-off-by: Thomas Huth <thuth at redhat.com>
---
board-qemu/Makefile | 2 +-
board-qemu/romfs/boot_rom.ffs | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/board-qemu/Makefile b/board-qemu/Makefile
index 78639cc..7208fcc 100644
--- a/board-qemu/Makefile
+++ b/board-qemu/Makefile
@@ -10,7 +10,7 @@
# * IBM Corporation - initial implementation
# ****************************************************************************/
-BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs
+BOARD_TARGETS = tools_build romfs_build stage1 subdirs
SUBDIRS = slof
diff --git a/board-qemu/romfs/boot_rom.ffs b/board-qemu/romfs/boot_rom.ffs
index 3cdb7d3..0248115 100644
--- a/board-qemu/romfs/boot_rom.ffs
+++ b/board-qemu/romfs/boot_rom.ffs
@@ -17,4 +17,3 @@ stage1 board-qemu/llfw/stage1.bin 1 0x100
xvect slof/xvect.bin 0 0
ofw_main board-qemu/slof/paflof 0 0
bootinfo board-qemu/llfw/Cboot.bin 0 0
-snk clients/net-snk.client 0 0
--
1.8.3.1
More information about the SLOF
mailing list