source:
freewrt/target/linux/generic-2.4/patches/011-disable_old_pcmcia-cs_compatibility.patch@
a3abab6
| Last change on this file since a3abab6 was 5cb9f75, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 719 bytes | |
-
linux-2.4.32/Makefile
$FreeWRT$ This should, according to the comments above these lines, have already been removed for kernel 2.4.1 If we ever use pcmcia-cs, make sure it's recent enough. xargs -i is not supported on all build operating systems.
old new _modinst_post: _modinst_post_pcmcia 428 428 # _modinst_post_pcmcia for kernel 2.4.1. 429 429 .PHONY: _modinst_post_pcmcia 430 430 _modinst_post_pcmcia: 431 cd $(MODLIB); \432 mkdir -p pcmcia; \433 find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia434 431 435 432 .PHONY: $(patsubst %, _modinst_%, $(SUBDIRS)) 436 433 $(patsubst %, _modinst_%, $(SUBDIRS)) :
Note:
See TracBrowser
for help on using the repository browser.
