gpu-aml: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:48 -08:00
parent 0d9b2be673
commit 75cb527ec2
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -39,6 +39,6 @@ make_target() {
makeinstall_target() { makeinstall_target() {
LDFLAGS="" make -C $(kernel_path) M=$ROOT/$PKG_BUILD/mali \ LDFLAGS="" make -C $(kernel_path) M=$ROOT/$PKG_BUILD/mali \
INSTALL_MOD_PATH=$INSTALL INSTALL_MOD_STRIP=1 DEPMOD=: \ INSTALL_MOD_PATH=$INSTALL/usr INSTALL_MOD_STRIP=1 DEPMOD=: \
modules_install modules_install
} }