mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
11 lines
159 B
Makefile
11 lines
159 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/powerpc/powernv
|
||
|
|
|
||
|
|
KMOD= opal_nvram
|
||
|
|
SRCS= opal_nvram.c
|
||
|
|
SRCS+= bus_if.h device_if.h
|
||
|
|
SRCS+= ofw_bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|