1 Star 0 Fork 6

itisic/EtherCAT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.kbuild 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhanglin 提交于 2022-11-30 07:13 . Get from EtherCAT stable-1.5
# Shared makefile code providing support for Kbuild make. It is included
# by every `Makefile.am` that needs Kbuild support with:
# ```
# include $(top_srcdir)/Makefile.kbuild
# ```
KBUILD = $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="$(abs_srcdir)" INSTALL_MOD_DIR="$(INSTALL_MOD_DIR)"
modules:
$(KBUILD) modules
modules_install:
$(KBUILD) modules_install
# Override default `clean` target to call Kbuild clean *before* automake
# `clean` (see #5 for the rationale).
clean: kbuild-clean
@if test -z "$(SUBDIRS)"; then \
$(MAKE) $(AM_MAKEFLAGS) clean-am ; \
else \
$(MAKE) $(AM_MAKEFLAGS) clean-recursive ; \
fi
kbuild-clean:
$(KBUILD) clean
.PHONY: kbuild-clean
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itisic/ether-cat.git
git@gitee.com:itisic/ether-cat.git
itisic
ether-cat
EtherCAT
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385