summaryrefslogtreecommitdiffstats
path: root/mcast
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2021-05-21 10:25:16 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-21 12:43:44 -0500
commitbfcd290c10c237fa9913ee1afc85b6796c0ad9b4 (patch)
tree306988a8f2a63b6e819091d435878e2587ff34e1 /mcast
parentRemove ChangeLog files (diff)
downloadnetwork-demos-bfcd290c10c237fa9913ee1afc85b6796c0ad9b4.tar.bz2
Required changes to get back to a buildable state.
This primarily reflects changes since the legacy network stack was split into its own repository.
Diffstat (limited to 'mcast')
-rw-r--r--mcast/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcast/Makefile b/mcast/Makefile
index cdb551e..63c73e4 100644
--- a/mcast/Makefile
+++ b/mcast/Makefile
@@ -27,7 +27,7 @@ CFLAGS_OPTIMIZE_V +=
## CFLAGS_DEBUG_V += -v -qrtems_debug
LD_PATHS +=
-LD_LIBS +=
+LD_LIBS += -lnetworking
#
# Add your list of files to delete here. The config files
@@ -62,7 +62,7 @@ FilesystemImage: rootfs/etc/host.conf rootfs/etc/hosts
cd rootfs ; tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: FilesystemImage
- $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
+ rtems-bin2c FilesystemImage FilesystemImage
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)