Deleted Added
full compact
Makefile (204309) Makefile (211690)
1# $FreeBSD: head/sys/modules/cpufreq/Makefile 204309 2010-02-25 14:13:39Z attilio $
1# $FreeBSD: head/sys/modules/cpufreq/Makefile 211690 2010-08-23 06:13:29Z imp $
2
3.PATH: ${.CURDIR}/../../dev/cpufreq \
2
3.PATH: ${.CURDIR}/../../dev/cpufreq \
4 ${.CURDIR}/../../${MACHINE_ARCH}/cpufreq
4 ${.CURDIR}/../../${MACHINE_CPUARCH}/cpufreq
5
6KMOD= cpufreq
7SRCS= ichss.c
8SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
9
10.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
11.PATH: ${.CURDIR}/../../x86/cpufreq
12

--- 14 unchanged lines hidden ---
5
6KMOD= cpufreq
7SRCS= ichss.c
8SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
9
10.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
11.PATH: ${.CURDIR}/../../x86/cpufreq
12

--- 14 unchanged lines hidden ---