Add powernow to kernel build target.

This commit is contained in:
Nate Lawson 2005-03-27 21:50:30 +00:00
parent bee2b3595d
commit bc4c871230
2 changed files with 2 additions and 0 deletions

View File

@ -222,3 +222,4 @@ compat/ndis/subr_ntoskrnl.c optional ndisapi pci
compat/ndis/subr_pe.c optional ndisapi pci
compat/ndis/subr_usbd.c optional ndisapi pci
compat/ndis/winx64_wrap.S optional ndisapi pci
i386/cpufreq/powernow.c optional cpufreq

View File

@ -232,6 +232,7 @@ i386/bios/smbios.c optional smbios
i386/bios/vpd.c optional vpd
i386/cpufreq/est.c optional cpufreq
i386/cpufreq/p4tcc.c optional cpufreq
i386/cpufreq/powernow.c optional cpufreq
#i386/i386/apic_vector.s optional apic
i386/i386/atomic.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"