diff options
Diffstat (limited to 'loragw_spi_stress/Makefile')
-rw-r--r-- | loragw_spi_stress/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loragw_spi_stress/Makefile b/loragw_spi_stress/Makefile index d2fe09d..b19eee9 100644 --- a/loragw_spi_stress/Makefile +++ b/loragw_spi_stress/Makefile @@ -11,10 +11,11 @@ FLAG_AUX= ### constants for Lora Gateway HAL library -LGW_PATH=../loragw_hal +LGW_PATH=../libloragw LGW_INC=-I$(LGW_PATH)/inc -#LGW_LNK=-lloragw -lrt + LGW_LNK=-lloragw -lrt -lmpsse +#LGW_LNK=-lloragw -lrt # add libmpsse or not, depending on what option you compiled the libloragw with ### general build targets |