1 Star 0 Fork 1

lora-net / sx1302_hal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Coracin 提交于 2020-12-09 09:21 . v2.0.0
### Environment constants
ARCH ?=
CROSS_COMPILE ?=
export
### general build targets
.PHONY: all clean install install_conf libtools libloragw packet_forwarder util_net_downlink util_chip_id util_boot util_spectral_scan
all: libtools libloragw packet_forwarder util_net_downlink util_chip_id util_boot util_spectral_scan
libtools:
$(MAKE) all -e -C $@
libloragw: libtools
$(MAKE) all -e -C $@
packet_forwarder: libloragw
$(MAKE) all -e -C $@
util_net_downlink: libtools
$(MAKE) all -e -C $@
util_chip_id: libloragw
$(MAKE) all -e -C $@
util_boot: libloragw
$(MAKE) all -e -C $@
util_spectral_scan: libloragw
$(MAKE) all -e -C $@
clean:
$(MAKE) clean -e -C libtools
$(MAKE) clean -e -C libloragw
$(MAKE) clean -e -C packet_forwarder
$(MAKE) clean -e -C util_net_downlink
$(MAKE) clean -e -C util_chip_id
$(MAKE) clean -e -C util_boot
$(MAKE) clean -e -C util_spectral_scan
install:
$(MAKE) install -e -C libloragw
$(MAKE) install -e -C packet_forwarder
$(MAKE) install -e -C util_net_downlink
$(MAKE) install -e -C util_chip_id
$(MAKE) install -e -C util_boot
$(MAKE) install -e -C util_spectral_scan
install_conf:
$(MAKE) install_conf -e -C packet_forwarder
### EOF
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lora-net/sx1302_hal.git
git@gitee.com:lora-net/sx1302_hal.git
lora-net
sx1302_hal
sx1302_hal
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891