Commit d0096496 authored by Kai Germaschewski's avatar Kai Germaschewski

Remove the now unused MOD_TARGET hack

parent ebf826e1
...@@ -207,7 +207,7 @@ modules: $(ALL_MOBJS) dummy \ ...@@ -207,7 +207,7 @@ modules: $(ALL_MOBJS) dummy \
_modinst__: dummy _modinst__: dummy
ifneq "$(strip $(ALL_MOBJS))" "" ifneq "$(strip $(ALL_MOBJS))" ""
mkdir -p $(MODLIB)/kernel/$(MOD_DESTDIR) mkdir -p $(MODLIB)/kernel/$(MOD_DESTDIR)
cp $(ALL_MOBJS) $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET) cp $(ALL_MOBJS) $(MODLIB)/kernel/$(MOD_DESTDIR)
endif endif
.PHONY: modules_install .PHONY: modules_install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment