summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-07 15:31:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-08 07:58:38 +0200
commit4f75a78165ab3632249a621263ea41eb2a40b690 (patch)
treea72b38fef2d4550c6e75b5d64ea70c8dbbc0b59a /Makefile
parentAdd generated files (diff)
downloadrtems-libbsd-4f75a78165ab3632249a621263ea41eb2a40b690.tar.bz2
mghttpd: Import from RTEMS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 82315708..5f419a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1518,6 +1518,9 @@ LIB_C_FILES += dhcpcd/crypt/hmac_md5.c
dhcpcd/crypt/hmac_md5.o: dhcpcd/crypt/hmac_md5.c
$(CC) $(CPPFLAGS) $(CFLAGS) -D__FreeBSD__ -DTHERE_IS_NO_FORK -DMASTER_ONLY -DINET -DINET6 -c $< -o $@
LIB_C_FILES += rtemsbsd/rtems/rtems-bsd-shell-dhcpcd.c
+LIB_C_FILES += rtemsbsd/mghttpd/mongoose.c
+rtemsbsd/mghttpd/mongoose.o: rtemsbsd/mghttpd/mongoose.c
+ $(CC) $(CPPFLAGS) $(CFLAGS) -DNO_SSL -DNO_POPEN -DNO_CGI -DUSE_WEBSOCKET -c $< -o $@
LIB_C_FILES += mDNSResponder/mDNSCore/anonymous.c
LIB_C_FILES += mDNSResponder/mDNSCore/CryptoAlg.c
LIB_C_FILES += mDNSResponder/mDNSCore/DNSCommon.c