mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
config+build glue for Atheros support
This commit is contained in:
parent
a826874f28
commit
167f409fd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116817
@ -190,6 +190,7 @@ contrib/dev/acpica/utmath.c optional acpi
|
||||
contrib/dev/acpica/utmisc.c optional acpi
|
||||
contrib/dev/acpica/utobject.c optional acpi
|
||||
contrib/dev/acpica/utxface.c optional acpi
|
||||
contrib/dev/ath/freebsd/ah_osdep.c optional ath_hal
|
||||
contrib/ipfilter/netinet/fil.c optional ipfilter inet
|
||||
contrib/ipfilter/netinet/ip_auth.c optional ipfilter inet
|
||||
contrib/ipfilter/netinet/ip_fil.c optional ipfilter inet
|
||||
@ -316,6 +317,9 @@ dev/ata/atapi-cd.c optional atapicd
|
||||
dev/ata/atapi-fd.c optional atapifd
|
||||
dev/ata/atapi-tape.c optional atapist
|
||||
dev/ata/atapi-cam.c optional atapicam
|
||||
dev/ath/if_ath.c optional ath
|
||||
dev/ath/if_ath_pci.c optional ath pci
|
||||
dev/ath/if_ath_pci.c optional ath card
|
||||
dev/awi/am79c930.c optional awi
|
||||
dev/awi/awi.c optional awi
|
||||
dev/awi/awi_wep.c optional awi
|
||||
|
@ -56,6 +56,12 @@ trlld.o optional oltr \
|
||||
compile-with "uudecode < $S/contrib/dev/oltr/i386-elf.trlld.o.uu" \
|
||||
no-implicit-rule
|
||||
#
|
||||
hal.o optional ath_hal \
|
||||
dependency "$S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu" \
|
||||
no-implicit-rule
|
||||
#
|
||||
#
|
||||
compat/linux/linux_file.c optional compat_linux
|
||||
compat/linux/linux_getcwd.c optional compat_linux
|
||||
compat/linux/linux_ioctl.c optional compat_linux
|
||||
|
@ -32,6 +32,9 @@ INCLUDES+= -I$S/contrib/dev/acpica
|
||||
# ... and the same for ipfilter
|
||||
INCLUDES+= -I$S/contrib/ipfilter
|
||||
|
||||
# ... and the same for Atheros HAL
|
||||
INCLUDES+= -I$S/contrib/dev/ath -I$S/contrib/dev/ath/freebsd
|
||||
|
||||
COPTS= ${INCLUDES} -D_KERNEL -include opt_global.h
|
||||
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -fno-common
|
||||
|
||||
|
@ -644,3 +644,11 @@ KBD_MAXRETRY opt_kbd.h
|
||||
KBD_MAXWAIT opt_kbd.h
|
||||
KBD_RESETDELAY opt_kbd.h
|
||||
KBDIO_DEBUG opt_kbd.h
|
||||
|
||||
# options for the Atheros HAL (only useful with source code)
|
||||
AH_SUPPORT_AR5210 opt_ah.h
|
||||
AH_SUPPORT_AR5211 opt_ah.h
|
||||
AH_SUPPORT_AR5212 opt_ah.h
|
||||
AH_DEBUG opt_ah.h
|
||||
AH_DEBUG_ALQ opt_ah.h
|
||||
AH_ASSERT opt_ah.h
|
||||
|
Loading…
Reference in New Issue
Block a user