mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
|
.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>
|