331-linux24_fix.patch 513 B

123456789101112131415
  1. --- a/ath_hal/Makefile
  2. +++ b/ath_hal/Makefile
  3. @@ -79,10 +79,11 @@
  4. quiet_cmd_uudecode = UUDECODE $@
  5. cmd_uudecode = $(obj)/uudecode -o $@ $<
  6. -$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
  7. ifdef LINUX24
  8. +$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
  9. $(Q)$(obj)/uudecode -o $@ $<
  10. else
  11. +$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
  12. $(call if_changed,uudecode)
  13. endif
  14. # Replace as many hashed names as possible with meaningful