-objs in Makefile [closed]












0















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?










share|improve this 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.























    0















    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?










    share|improve this 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.





















      0












      0








      0








      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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.
























          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

          is 'sed' thread safe

          How to make a Squid Proxy server?