linux数字电视播放器,比先的版本高一些.

源代码在线查看: makefile

软件大小: 766 K
上传用户: gbefg152
关键词: linux 数字电视 播放器 版本
下载地址: 免注册下载 普通下载 VIP

相关代码

								O_target := skystar2.o								list-multi := skystar2.o								EXTRA_CFLAGS = -I.. -I.								ifdef DVB_PACK 				  obj-m += skystar2.o				  EXTRA_CFLAGS += -I../../include				else				  obj-$(CONFIG_SKYSTAR2_DVB) += skystar2.o				endif								# Extract lists of the multi-part drivers. 				# The 'int-*' lists are the intermediate files used to build the multi's. 				 				multi-y         := $(filter $(list-multi), $(obj-y)) 				multi-m         := $(filter $(list-multi), $(obj-m)) 				int-y           := $(sort $(foreach m, $(multi-y), $($(basename $(m))-objs))) 				int-m           := $(sort $(foreach m, $(multi-m), $($(basename $(m))-objs))) 				 				# Files that are both resident and modular: remove from modular. 				 				obj-m           := $(filter-out $(obj-y), $(obj-m)) 				int-m           := $(filter-out $(int-y), $(int-m)) 				 				# Take multi-part drivers out of obj-y and put components in. 				 				obj-y           := $(filter-out $(list-multi), $(obj-y)) $(int-y) 				 				include $(TOPDIR)/Rules.make 								##				# Targets				#								clean:					-rm -f *.o *.d .*.o.flags *~								# ignore errors here because insmod fails if you don't have a skystar2 card				insmod:					-insmod skystar2.o;								rmmod:					-rmmod skystar2;												##				#  Extra Rules				#								-include $(wildcard *.d) dummy											

相关资源