projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cd587
)
add install to pcmcia subdir
author
David Schleef
<ds@schleef.org>
Thu, 1 Mar 2001 05:03:23 +0000
(
05:03
+0000)
committer
David Schleef
<ds@schleef.org>
Thu, 1 Mar 2001 05:03:23 +0000
(
05:03
+0000)
Makefile.modbuild
patch
|
blob
|
history
diff --git
a/Makefile.modbuild
b/Makefile.modbuild
index 3032eb5ee39aa66def16d222b830a116e60d5d09..79656ea2e4c03044c20285477f0bbed8bf099405 100644
(file)
--- a/
Makefile.modbuild
+++ b/
Makefile.modbuild
@@
-103,6
+103,7
@@
install: dummy
install -d ${MOD_INSTALL_PATH}/lib/modules/${UTS_VERSION}/misc
install ${MODULES_MISC} ${MOD_INSTALL_PATH}/lib/modules/${UTS_VERSION}/misc
ifneq ($(MODULES_PCMCIA),)
+ mkdir -p ${MOD_INSTALL_PATH}/lib/modules/${UTS_VERSION}/pcmcia
install ${MODULES_PCMCIA} ${MOD_INSTALL_PATH}/lib/modules/${UTS_VERSION}/pcmcia
endif
ifeq (${MOD_INSTALL_PATH},)