74ca7bf1d4
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
20 lines
234 B
Makefile
20 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/flash
|
|
|
|
KMOD= mx25l
|
|
SRCS= mx25l.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>
|