diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-06-09 14:53:33 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-09 14:53:33 +0200 |
commit | 9eeb27d9caa13c2f11a0646d23ad4d6aea1a56e1 (patch) | |
tree | cfbeeea3d164e0ad0369d4bd641e05571597c5d7 | |
parent | d355c9ae681ec4087971175000d34f5bef7da7f4 (diff) |
enable initcall functions of block IO schedulers.
-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 |