mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/powermac_nvram
|
|
|
|
KMOD= powermac_nvram
|
|
SRCS= powermac_nvram.c powermac_nvramvar.h
|
|
SRCS+= bus_if.h device_if.h
|
|
SRCS+= ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|