Changeset 3604

Show
Ignore:
Timestamp:
05/05/08 14:05:10 (4 years ago)
Author:
proski
Message:

Add $(obj)/ to the dependencies of ath_hal.o

Otherwise, $(TARGET).hal.o is not built for Linux 2.4 kernels. The rule
for ath_hal.o is for Linux 2.4 only and should not affect Linux 2.6
builds.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/trunk/ath_hal/Makefile

    r3603 r3604  
    103103        rm -rf .tmp_versions 
    104104 
    105 ath_hal.o: $(ath_hal-objs
     105ath_hal.o: $(addprefix $(obj)/,$(ath_hal-objs)
    106106        $(LD) $(LDFLAGS) -o ath_hal.$(KMODSUF) -r $(ath_hal-objs) 
    107107