summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorEric Andersen2006-08-25 04:43:15 +0200
committerEric Andersen2006-08-25 04:43:15 +0200
commit1ec169946d62600819d0df12021519b0fa2b1221 (patch)
tree58d0a46c811c50e219b31e11abc176794c12fb6f /package
parentfixup lsof so it will apply patches, and compile when rpc is disabled (diff)
downloadbuildroot-1ec169946d62600819d0df12021519b0fa2b1221.tar.gz
buildroot-1ec169946d62600819d0df12021519b0fa2b1221.tar.xz
buildroot-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.mk1
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