aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-10-12 12:44:05 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2016-10-17 11:02:16 +1100
commit725e9d28b783696261b9c35a9aeabad6990d8ef3 (patch)
tree05612830c443c889262f1ab332e49f29b4441cc6 /board-qemu
parenta8750987ca0cb33756357fa5da9bda1896e85b7a (diff)
downloadSLOF-725e9d28b783696261b9c35a9aeabad6990d8ef3.zip
SLOF-725e9d28b783696261b9c35a9aeabad6990d8ef3.tar.gz
SLOF-725e9d28b783696261b9c35a9aeabad6990d8ef3.tar.bz2
Do not link libnet to net-snk anymore, and remove net-snk from board-qemu
Since libnet is now linked to Paflof directly, we do not have to link it into net-snk anymore. So for board-qemu, we can now even exclude net-snk completely from the build (for board-js2x, it is still required for the biosemu, so we can not erase the net-snk folder completely yet). Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-qemu')
-rw-r--r--board-qemu/Makefile2
-rw-r--r--board-qemu/romfs/boot_rom.ffs1
2 files changed, 1 insertions, 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