-objs in Makefile [closed]
In sound/core/Makefile, I can see rules as follow
snd-timer-objs := timer.o
obj-$(CONFIG_SND_TIMER) += snd-timer.o
I want to know the relationship between snd-timer-objs and snd-timer.o. Besides, I notice that snd-timer-objs is actually an archive of symbol entries rather than an object file. So, what is this archive used for?
linux-kernel
closed as too broad by G-Man, Mr Shunz, Thomas, Rui F Ribeiro, roaima Jan 25 at 23:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
In sound/core/Makefile, I can see rules as follow
snd-timer-objs := timer.o
obj-$(CONFIG_SND_TIMER) += snd-timer.o
I want to know the relationship between snd-timer-objs and snd-timer.o. Besides, I notice that snd-timer-objs is actually an archive of symbol entries rather than an object file. So, what is this archive used for?
linux-kernel
closed as too broad by G-Man, Mr Shunz, Thomas, Rui F Ribeiro, roaima Jan 25 at 23:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
In sound/core/Makefile, I can see rules as follow
snd-timer-objs := timer.o
obj-$(CONFIG_SND_TIMER) += snd-timer.o
I want to know the relationship between snd-timer-objs and snd-timer.o. Besides, I notice that snd-timer-objs is actually an archive of symbol entries rather than an object file. So, what is this archive used for?
linux-kernel
In sound/core/Makefile, I can see rules as follow
snd-timer-objs := timer.o
obj-$(CONFIG_SND_TIMER) += snd-timer.o
I want to know the relationship between snd-timer-objs and snd-timer.o. Besides, I notice that snd-timer-objs is actually an archive of symbol entries rather than an object file. So, what is this archive used for?
linux-kernel
linux-kernel
edited Jan 24 at 19:41
Rui F Ribeiro
39.8k1479133
39.8k1479133
asked Jan 24 at 19:24
YatesYates
1
1
closed as too broad by G-Man, Mr Shunz, Thomas, Rui F Ribeiro, roaima Jan 25 at 23:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by G-Man, Mr Shunz, Thomas, Rui F Ribeiro, roaima Jan 25 at 23:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes