Don Reid writes:

It looks like the linux binary is just used if a system map file cannot
be found.  So I changed the make file to remove it.
This commit is contained in:
Eric Andersen 2006-08-25 02:43:15 +00:00
parent 6e17ffbaa2
commit 1ec169946d

View File

@ -91,7 +91,6 @@ $(PCMCIA_DIR)/.modules.dep: $(BUSYBOX_DIR)/.configured $(TARGET_DIR)/lib/modules
[ -d $(TARGET_DIR)/lib/modules/$(LINUX_VERSION) ] && \
$(BUSYBOX_DIR)/examples/depmod.pl \
-b $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/ \
-k $(LINUX_DIR)/vmlinux \
-F $(LINUX_DIR)/System.map \
> $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/modules.dep
touch $(PCMCIA_DIR)/.modules.dep