Skip to content

Commit

Permalink
updates Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ABalanuta committed Sep 20, 2019
1 parent 9c59404 commit 98c1efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
build/*.deb

src/Blowfish/opt/oc-lora-gw-pf-dev/bin/
src/RAK831/opt/oc-lora-gw-pf-dev/bin/
src/RAK2245/opt/oc-lora-gw-pf-dev/bin/
src/RHF0M301/opt/oc-lora-gw-pf-dev/bin/

lora_gateway/libloragw/libloragw.a
lora_gateway/libloragw/test_loragw_cal
lora_gateway/libloragw/test_loragw_gps
lora_gateway/libloragw/test_loragw_hal
lora_gateway/libloragw/test_loragw_reg
lora_gateway/libloragw/test_loragw_spi

lora_gateway/util_pkt_logger/util_pkt_logger
lora_gateway/util_tx_continuous/util_tx_continuous
lora_gateway/util_tx_test/util_tx_test
lora_gateway/util_spi_stress/util_spi_stress
lora_gateway/util_lbt_test/util_lbt_test
lora_gateway/util_spectral_scan/util_spectral_scan

packet_forwarder/lora_pkt_fwd/lora_pkt_fwd
packet_forwarder/util_ack/util_ack
packet_forwarder/util_sink/util_sink
packet_forwarder/util_tx_test/util_tx_test
src/RAK2245/fs_root/opt/oc-lora-gw-pf/bin/
src/RAK831/fs_root/opt/oc-lora-gw-pf/bin/
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ ORANGE_COLOR=\e[33;01m
default: build

build: RAK831 RAK831_OPR RAK2245 RAK2245_OPR

#build_RHF0M301 build_RAK831 build_RAK2245
#RHF0M301 Blowfish

%_echo:
@touch makefile_clean
@echo "$(GREEN_COLOR)"
@echo "Echo $(NAME)-$(VERSION)-$(BOARD)\t at $(SPI_SPEED) SPI Bus and DEBUG_OPR=$(DEBUG_OPR)"
@echo "$(NO_COLOR)"
@rm makefile_clean

%_compile:
@echo "$(GREEN_COLOR)"
Expand Down Expand Up @@ -147,5 +147,5 @@ RAK831_OPR: export SPI_SPEED=6500000
RAK831_OPR: export DEBUG_OPR=1
RAK831_OPR: RAK831_OPR_echo
RAK831_OPR: RAK831_OPR_compile
RAK831_OPR: RAK831_OPR_compile
RAK831_OPR: RAK831_OPR_copy
RAK831_OPR: RAK831_OPR_package

0 comments on commit 98c1efd

Please sign in to comment.