diff options
Diffstat (limited to 'loragw_tx_test/Makefile')
-rw-r--r-- | loragw_tx_test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loragw_tx_test/Makefile b/loragw_tx_test/Makefile index 5d07c6d..8ece9b9 100644 --- a/loragw_tx_test/Makefile +++ b/loragw_tx_test/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 |