diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-08-25 02:43:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-08-25 02:43:15 +0000 |
commit | 1ec169946d62600819d0df12021519b0fa2b1221 (patch) | |
tree | 58d0a46c811c50e219b31e11abc176794c12fb6f /package | |
parent | 6e17ffbaa201d046918336f5fedf74507c371927 (diff) | |
download | buildroot-novena-1ec169946d62600819d0df12021519b0fa2b1221.tar.gz buildroot-novena-1ec169946d62600819d0df12021519b0fa2b1221.zip |
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.
Diffstat (limited to 'package')
-rw-r--r-- | package/pcmcia/pcmcia.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pcmcia/pcmcia.mk b/package/pcmcia/pcmcia.mk index a28f25f73..6f18078ef 100644 --- a/package/pcmcia/pcmcia.mk +++ b/package/pcmcia/pcmcia.mk @@ -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 |