Deleted Added
full compact
Makefile (331506) Makefile (332113)
1# $FreeBSD: stable/11/sys/modules/spi/at45d/Makefile 331506 2018-03-24 23:23:31Z ian $
1# $FreeBSD: stable/11/sys/modules/spi/at45d/Makefile 332113 2018-04-06 16:48:07Z ian $
2
3.PATH: ${SRCTOP}/sys/dev/flash
4
5KMOD= at45d
6SRCS= at45d.c
7
8# Generated files...
9SRCS+= \
10 bus_if.h \
11 device_if.h \
2
3.PATH: ${SRCTOP}/sys/dev/flash
4
5KMOD= at45d
6SRCS= at45d.c
7
8# Generated files...
9SRCS+= \
10 bus_if.h \
11 device_if.h \
12 opt_platform.h \
12 spibus_if.h \
13
14.if !empty(OPT_FDT)
15SRCS+= ofw_bus_if.h
16.endif
17
18.include <bsd.kmod.mk>
13 spibus_if.h \
14
15.if !empty(OPT_FDT)
16SRCS+= ofw_bus_if.h
17.endif
18
19.include <bsd.kmod.mk>