svn commit: r309324 - head/sys/conf

Andrew Turner andrew at FreeBSD.org
Wed Nov 30 10:17:04 UTC 2016


Author: andrew
Date: Wed Nov 30 10:17:03 2016
New Revision: 309324
URL: https://svnweb.freebsd.org/changeset/base/309324

Log:
  Mark the Alpine ethernet driver as FDT only. It calls
  alpine_serdes_resource_get which is defined in an FDT only file.
  
  Obtained from:	ABT Systems Ltd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Nov 30 09:47:29 2016	(r309323)
+++ head/sys/conf/files	Wed Nov 30 10:17:03 2016	(r309324)
@@ -719,13 +719,13 @@ dev/aic7xxx/aic7xxx_93cx6.c	optional ahc
 dev/aic7xxx/aic7xxx_osm.c	optional ahc
 dev/aic7xxx/aic7xxx_pci.c	optional ahc pci
 dev/aic7xxx/aic7xxx_reg_print.c	optional ahc ahc_reg_pretty_print
-dev/al_eth/al_eth.c				optional al_eth		\
+dev/al_eth/al_eth.c				optional al_eth	fdt	\
 	no-depend	\
 	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${PROF} ${.IMPSRC}"
-dev/al_eth/al_init_eth_lm.c			optional al_eth		\
+dev/al_eth/al_init_eth_lm.c			optional al_eth	fdt	\
 	no-depend	\
 	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${PROF} ${.IMPSRC}"
-dev/al_eth/al_init_eth_kr.c			optional al_eth		\
+dev/al_eth/al_init_eth_kr.c			optional al_eth	fdt	\
 	no-depend	\
 	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${PROF} ${.IMPSRC}"
 contrib/alpine-hal/al_hal_iofic.c		optional al_iofic	\


More information about the svn-src-all mailing list