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