diff options
author | John Klug <john.klug@multitech.com> | 2019-01-15 12:30:49 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-15 12:30:49 -0600 |
commit | 96115d51eeac4b4f8b7e7fb3a1a9681335c0602c (patch) | |
tree | 8ef6f86e7f8686c012d900d58158e28f54d5e59f /recipes-bsp/multitech/mtac-lora_1.1.2.bb | |
parent | b07faa0c1eb361b5f1690e17933a61cef5210e93 (diff) | |
download | meta-multitech-96115d51eeac4b4f8b7e7fb3a1a9681335c0602c.tar.gz meta-multitech-96115d51eeac4b4f8b7e7fb3a1a9681335c0602c.tar.bz2 meta-multitech-96115d51eeac4b4f8b7e7fb3a1a9681335c0602c.zip |
New mtac module recipes to fix dirty build/rebuild issues.
Diffstat (limited to 'recipes-bsp/multitech/mtac-lora_1.1.2.bb')
-rw-r--r-- | recipes-bsp/multitech/mtac-lora_1.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/multitech/mtac-lora_1.1.2.bb b/recipes-bsp/multitech/mtac-lora_1.1.2.bb index c068b58..603db92 100644 --- a/recipes-bsp/multitech/mtac-lora_1.1.2.bb +++ b/recipes-bsp/multitech/mtac-lora_1.1.2.bb @@ -20,6 +20,7 @@ S = "${WORKDIR}/git" inherit module EXTRA_OEMAKE = " -C ${STAGING_KERNEL_DIR} \ + EXTRA_CFLAGS='-I${STAGING_INCDIR}/mts-kernel-headers' \ KBUILD_VERBOSE=1 \ M=${S} \ modules \ |