diff options
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 9c495331b2..1d059f4b31 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -146,8 +146,7 @@ modules-vis-yes = vismod1 vismod2 vismod3 modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4 modules-nodlopen-yes = nodlopenmod nodlopenmod2 extra-objs += $(addsuffix .os,$(strip $(modules-names))) - -CFLAGS-vismod2.c := -DNOT_IN_libc +test-srcs += $(modules-names) include ../Rules |