From 4f75a78165ab3632249a621263ea41eb2a40b690 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Apr 2015 15:31:27 +0200 Subject: mghttpd: Import from RTEMS --- freebsd-to-rtems.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'freebsd-to-rtems.py') diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py index a75d58de..199cb9b1 100755 --- a/freebsd-to-rtems.py +++ b/freebsd-to-rtems.py @@ -2595,6 +2595,14 @@ mdnsresponder.addSourceFiles( ] ) +mghttpd = Module('mghttpd') +mghttpd.addSourceFiles( + [ + 'rtemsbsd/mghttpd/mongoose.c', + ], + '-DNO_SSL -DNO_POPEN -DNO_CGI -DUSE_WEBSOCKET' +) + # Register all the Module instances with the Module Manager mm.addModule(rtems) mm.addModule(base) @@ -2639,6 +2647,7 @@ mm.addModule(userSpace) mm.addModule(tests) mm.addModule(dhcpcd) +mm.addModule(mghttpd) mm.addModule(mdnsresponder) # XXX TODO Check that no file is also listed in empty -- cgit v1.2.3