File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,12 @@ build/*.deb
22src /Blowfish /opt /oc-lora-gw-pf-dev /bin /
33src /Blowfish /opt /oc-lora-gw-pf-dev /bin /*
44lora_gateway /libloragw /libloragw.a
5+ src /RAK831 /opt /oc-lora-gw-pf-dev /bin /
6+ src /RHF0M301 /opt /oc-lora-gw-pf-dev /bin /
7+ lora_gateway /libloragw /test_loragw_cal
8+ lora_gateway /libloragw /test_loragw_gps
9+ lora_gateway /libloragw /test_loragw_hal
10+ lora_gateway /util_pkt_logger /util_pkt_logger
11+ lora_gateway /util_tx_continuous /util_tx_continuous
12+ lora_gateway /util_tx_test /util_tx_test
13+ packet_forwarder /lora_pkt_fwd /lora_pkt_fwd
Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ package:
6868 echo " \n" ; )
6969 mv $(NAME ) _$(VERSION ) -* .deb build/
7070
71- clean :
71+ rm :
7272 @$(foreach board, $(BOARDS ) , \
7373 rm -R src/$(board ) /opt/oc-lora-gw-pf-dev/bin/; )
You can’t perform that action at this time.
0 commit comments