0

Makefile在路径中使用make命令执行时,我无法构建tipc 模块/tipc-1.7.7-bundle/net/tipc。错误出现在target not found. tipc我在根目录中提取了1.7 包。我的操作系统是 CentOs 6.3。Makefile 的内容是


#
# Makefile for the Linux TIPC layer
#

obj-$(CONFIG_TIPC) := tipc.o

tipc-y  += tipc_addr.o tipc_bcast.o tipc_bearer.o         tipc_cfgsrv.o  \
tipc_core.o tipc_handler.o tipc_link.o tipc_discover.o tipc_msg.o  \
tipc_name_distr.o tipc_topsrv.o tipc_name_table.o tipc_net.o  \
tipc_netlink.o tipc_node.o tipc_port.o tipc_ref.o  \
tipc_socket.o tipc_user_reg.o tipc_dbg.o tipc_eth_media.o

# End of file

请帮忙,我是linux的新手。

4

0 回答 0