在路径Makefile
中使用make
命令执行/tipc-1.7.7-bundle/net/tipc
时,我无法构建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的新手。