diff options
| -rw-r--r-- | windhoek/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windhoek/Makefile b/windhoek/Makefile index 8c2589cf..858c1fff 100644 --- a/windhoek/Makefile +++ b/windhoek/Makefile @@ -32,6 +32,8 @@ LIBS += --whole-archive --no-whole-archive ../libmachdev/libmachdev.a \ -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc \ -lports -lhurd-slab +LDFLAGS += -Wl,-u,__l4ddekit_initcall_noop_init -Wl,-u,__l4ddekit_initcall_as_init -Wl,-u,__l4ddekit_initcall_deadline_init + # DDE configuration include $(L4DIR)/Makeconf |
