Skip to content
Snippets Groups Projects
Commit e6d5f053 authored by skorpy's avatar skorpy :construction_worker:
Browse files

batman update dkms

parent cb3352ec
Branches
No related tags found
No related merge requests found
......@@ -3,8 +3,15 @@ PACKAGE_VERSION={{ pillar.batman_adv.version }}
DEST_MODULE_LOCATION=/extra
BUILT_MODULE_NAME=batman-adv
BUILT_MODULE_LOCATION=build/net/batman-adv/
BUILT_MODULE_LOCATION=net/batman-adv/
{%- if pillar.batman_adv.debug %}
MAKE="make KERNELPATH=${kernel_source_dir} CONFIG_BATMAN_ADV_DEBUG=y"
{%- else %}
MAKE="make KERNELPATH=${kernel_source_dir}"
{%- endif %}
{%- if pillar.batman_adv.dbgsym %}
STRIP=no
{%- endif %}
CLEAN="make KERNELPATH=${kernel_source_dir} clean"
AUTOINSTALL="yes"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment