bugThe Linux Orinoco Driver - Bugs: bug #11594, Makefile compiles every module of...

 
 

bug #11594: Makefile compiles every module of kernel

Submitter:  None
Submitted:  Thu 13 Jan 2005 09:48:42 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 13 Jan 2005 09:48:42 PM UTC, original submission:  

The actual Makefile seems to be wrong. It compiles every modules of the kernel.

I've used an older Makefile (from orinoco-0.15rc1) and it worked fine.

I think the problem comes with the lines about the "modules" target:

in 0.15rc1,
modules:
mkdir -p .tmp_versions
ifneq (,$(KERNEL_MODFILES))
@ln -nsf $(KERNEL_MODFILES) $(MODVERDIR)
endif
$(MAKE) -C $(KERNEL_SRC) SUBDIRS=$(ORINOCODIR) MODVERDIR=$(MODVERDIR) modules

in 0.15rc2,
modules:
$(MAKE) -C $(KERNEL_SRC) M=$(ORINOCODIR) modules

but since I'm not a Makefile specialist, I can't be sure.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code