summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongguang <hgchen@google.com>2022-05-23 19:23:36 -0700
committerHongguang <hgchen@google.com>2022-05-23 19:23:36 -0700
commitd55b9ff3d68b52b873696f6626803d24d382dab8 (patch)
tree0254aa8c5b12b99d8062582f3fd96764ff04617c
parent1c0b9bf0a5b0d590d75a688850df13d6f4bf3ca6 (diff)
downloadoptee_linuxdriver-android-arm64-deadpool-4.9-android13-tv.tar.gz
Bug: 220644706 Test: make and find the private modules in dist. Change-Id: I25d123128fab6a0a3bfcf73de1aadd19a69d1f7a
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82ce8e0..ca4dd72 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ all:
modules_install:
@echo "$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) modules_install"
@$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) modules_install
- mkdir -p ${OUT_DIR}/private/modules
- cd ${OUT_DIR}/$(M)/; find -name "*.ko" -exec cp {} ${OUT_DIR}/private/modules/ \;
+ mkdir -p ${OUT_DIR}/../private/modules
+ cd ${OUT_DIR}/$(M)/; find -name "*.ko" -exec cp {} ${OUT_DIR}/../private/modules/ \;
clean: