blob: 53ca181ebd1ea7b26ae23294305373045e7dd2df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.PATH: ${SRCTOP}/sys/dev/flash
KMOD= at45d
SRCS= at45d.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
opt_platform.h \
spibus_if.h \
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>
|