Skip to content

Commit 98c1efd

Browse files
committed
updates Makefile
1 parent 9c59404 commit 98c1efd

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

.gitignore

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
build/*.deb
22

3-
src/Blowfish/opt/oc-lora-gw-pf-dev/bin/
4-
src/RAK831/opt/oc-lora-gw-pf-dev/bin/
5-
src/RAK2245/opt/oc-lora-gw-pf-dev/bin/
6-
src/RHF0M301/opt/oc-lora-gw-pf-dev/bin/
7-
8-
lora_gateway/libloragw/libloragw.a
9-
lora_gateway/libloragw/test_loragw_cal
10-
lora_gateway/libloragw/test_loragw_gps
11-
lora_gateway/libloragw/test_loragw_hal
12-
lora_gateway/libloragw/test_loragw_reg
13-
lora_gateway/libloragw/test_loragw_spi
14-
15-
lora_gateway/util_pkt_logger/util_pkt_logger
16-
lora_gateway/util_tx_continuous/util_tx_continuous
17-
lora_gateway/util_tx_test/util_tx_test
18-
lora_gateway/util_spi_stress/util_spi_stress
19-
lora_gateway/util_lbt_test/util_lbt_test
20-
lora_gateway/util_spectral_scan/util_spectral_scan
21-
22-
packet_forwarder/lora_pkt_fwd/lora_pkt_fwd
23-
packet_forwarder/util_ack/util_ack
24-
packet_forwarder/util_sink/util_sink
25-
packet_forwarder/util_tx_test/util_tx_test
263
src/RAK2245/fs_root/opt/oc-lora-gw-pf/bin/
274
src/RAK831/fs_root/opt/oc-lora-gw-pf/bin/

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ ORANGE_COLOR=\e[33;01m
3737
default: build
3838

3939
build: RAK831 RAK831_OPR RAK2245 RAK2245_OPR
40-
41-
#build_RHF0M301 build_RAK831 build_RAK2245
40+
#RHF0M301 Blowfish
4241

4342
%_echo:
4443
@touch makefile_clean
4544
@echo "$(GREEN_COLOR)"
4645
@echo "Echo $(NAME)-$(VERSION)-$(BOARD)\t at $(SPI_SPEED) SPI Bus and DEBUG_OPR=$(DEBUG_OPR)"
4746
@echo "$(NO_COLOR)"
47+
@rm makefile_clean
4848

4949
%_compile:
5050
@echo "$(GREEN_COLOR)"
@@ -147,5 +147,5 @@ RAK831_OPR: export SPI_SPEED=6500000
147147
RAK831_OPR: export DEBUG_OPR=1
148148
RAK831_OPR: RAK831_OPR_echo
149149
RAK831_OPR: RAK831_OPR_compile
150-
RAK831_OPR: RAK831_OPR_compile
150+
RAK831_OPR: RAK831_OPR_copy
151151
RAK831_OPR: RAK831_OPR_package

0 commit comments

Comments
 (0)