Makefile (f8e61edaa12e9a0510b14bf17acbda2dc7a04bb5) Makefile (4f23702a7a5f18f802615933ba936e6c3cd7fcf3)
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/bhnd
4.PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc
5.PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc/pwrctl
6.PATH: ${SRCTOP}/sys/dev/bhnd/cores/pmu
7.PATH: ${SRCTOP}/sys/dev/bhnd/nvram
8

--- 4 unchanged lines hidden (view full) ---

13SRCS+= bhnd_erom.c
14SRCS+= bhnd_erom_if.c bhnd_erom_if.h
15
16# ChipCommon
17SRCS+= chipc.c chipc_subr.c
18
19SRCS+= chipc_gpio.c
20SRCS+= gpio_if.h ofw_bus_if.h
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/bhnd
4.PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc
5.PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc/pwrctl
6.PATH: ${SRCTOP}/sys/dev/bhnd/cores/pmu
7.PATH: ${SRCTOP}/sys/dev/bhnd/nvram
8

--- 4 unchanged lines hidden (view full) ---

13SRCS+= bhnd_erom.c
14SRCS+= bhnd_erom_if.c bhnd_erom_if.h
15
16# ChipCommon
17SRCS+= chipc.c chipc_subr.c
18
19SRCS+= chipc_gpio.c
20SRCS+= gpio_if.h ofw_bus_if.h
21SRCS+= opt_platform.h
21
22SRCS+= bhnd_sprom_chipc.c \
23 bhnd_pmu_chipc.c
24
25SRCS+= bhnd_pwrctl.c \
26 bhnd_pwrctl_subr.c \
27 bhnd_pwrctl_if.c \
28 bhnd_pwrctl_if.h

--- 46 unchanged lines hidden ---
22
23SRCS+= bhnd_sprom_chipc.c \
24 bhnd_pmu_chipc.c
25
26SRCS+= bhnd_pwrctl.c \
27 bhnd_pwrctl_subr.c \
28 bhnd_pwrctl_if.c \
29 bhnd_pwrctl_if.h

--- 46 unchanged lines hidden ---