diff mbox

[11/11] Do not include net-snk in the build of board-qemu anymore

Message ID 1473450729-19359-12-git-send-email-thuth@redhat.com
State Superseded
Headers show

Commit Message

Thomas Huth Sept. 9, 2016, 7:52 p.m. UTC
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@redhat.com>
---
 board-qemu/Makefile           | 2 +-
 board-qemu/romfs/boot_rom.ffs | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

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