aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-08-02 06:30:49 +0000
committerproski <proski>2006-08-02 06:30:49 +0000
commit32900de9f27125f603edc0bce625ceb4cf04d121 (patch)
tree6423e293b3f1cb3cc8c4dbc64f87b1b9c5278191 /Makefile
parent3343f394e78650708db636195c38d47aec9ac108 (diff)
Use INSTALL_MOD_PATH for consistency with the kernel build system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c6fb35..38cc5f9 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ DISTDIR = $(DISTNAME)
endif
INSTALL_MOD_DIR = kernel/drivers/net/wireless
-MODULE_DIR = $(DESTDIR)/lib/modules/$(KERNELRELEASE)/$(INSTALL_MOD_DIR)
+MODULE_DIR = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)/$(INSTALL_MOD_DIR)
DEPMOD = /sbin/depmod
SPARSE_FLAGS = -Wbitwise -Wcast-to-as -Wcontext -Wdefault-bitfield-sign \