aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/Makefile
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-06-10 10:33:30 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2016-06-27 12:31:06 +1000
commit3c1fe653f55c68b6e19733fc373bdf424feab0b3 (patch)
tree947e53fb73e6a15a7f804d70febe06c93d4a54ea /board-js2x/Makefile
parentc7e03a58c1fcafe26acf383685b8852fc5eb99f2 (diff)
downloadSLOF-3c1fe653f55c68b6e19733fc373bdf424feab0b3.zip
SLOF-3c1fe653f55c68b6e19733fc373bdf424feab0b3.tar.gz
SLOF-3c1fe653f55c68b6e19733fc373bdf424feab0b3.tar.bz2
net: Move files from clients/net-snk/app/netlib/ to lib/libnet/
When we want to link the network stack to other parts of the firmware later (paflof), we've got to turn it into a proper library first. Note: Make sure to run "make distclean" after this patch, so that the dependencies for the moved files get rebuilt properly. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-js2x/Makefile')
-rw-r--r--board-js2x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board-js2x/Makefile b/board-js2x/Makefile
index f24a504..db63b91 100644
--- a/board-js2x/Makefile
+++ b/board-js2x/Makefile
@@ -13,7 +13,8 @@
BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs
SUBDIRS = slof rtas
-COMMON_LIBS = libc libipmi libbootmsg libbases libnvram libelf libusb libbcm
+COMMON_LIBS = libc libipmi libbootmsg libbases libnvram libelf libusb \
+ libbcm libnet
all: $(BOARD_TARGETS)
$(MAKE) boot_rom.bin