Author: adrian
Date: Wed Jan  2 01:24:36 2013
New Revision: 244945
URL: http://svnweb.freebsd.org/changeset/base/244945

Log:
  Add missing update to link ar5416_spectral.c into the build.

Modified:
  head/sys/conf/files
  head/sys/modules/ath/Makefile

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Wed Jan  2 01:07:08 2013        (r244944)
+++ head/sys/conf/files Wed Jan  2 01:24:36 2013        (r244945)
@@ -918,6 +918,10 @@ dev/ath/ath_hal/ar5416/ar5416_reset.c \
        optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
        ath_ar9287 \
        compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
+dev/ath/ath_hal/ar5416/ar5416_spectral.c \
+       optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
+       ath_ar9287 \
+       compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
 dev/ath/ath_hal/ar5416/ar5416_xmit.c \
        optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
        ath_ar9287 \

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile       Wed Jan  2 01:07:08 2013        
(r244944)
+++ head/sys/modules/ath/Makefile       Wed Jan  2 01:24:36 2013        
(r244945)
@@ -89,7 +89,7 @@ SRCS+=        ah_eeprom_v14.c ah_eeprom_v4k.c \
        ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_btcoex.c \
        ar5416_cal.c ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
        ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
-       ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \
+       ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c 
ar5416_spectral.c \
        ar5416_recv.c ar5416_reset.c ar5416_xmit.c
 
 # RF backend for 5416, 9130 and 9160
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to