Skip to content

Commit

Permalink
heroc: use default module directory for kernel modules
Browse files Browse the repository at this point in the history
Change-Id: I93244ce40df007fa07639fdfad371fa0548ecb80
  • Loading branch information
wjb committed Apr 8, 2011
1 parent 8158d60 commit 2bde82b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions heroc-modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
KERNEL_VER := 2.6.29.6-CyanogenMod
MOD_SRC := device/htc/heroc/prebuilt/system/lib/modules

PRODUCT_COPY_FILES += $(shell \
find $(MOD_SRC) -name '*.ko' \
| sed -r 's/^\/?(.*\/)([^/ ]+)$$/\1\2:system\/lib\/modules\/$(KERNEL_VER)\/\2/' \
| sed -r 's/^\/?(.*\/)([^/ ]+)$$/\1\2:system\/lib\/modules\/\2/' \
| tr '\n' ' ')

0 comments on commit 2bde82b

Please sign in to comment.