opnsense-src/sys/modules/dcons_crom/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
250 B
Makefile
Raw Permalink Normal View History

# $Id: Makefile,v 1.6 2003/10/24 15:43:24 simokawa Exp $
.PATH: ${SRCTOP}/sys/dev/dcons
KMOD = dcons_crom
2004-10-13 01:41:09 -04:00
SRCS = dcons_crom.c dcons.h dcons_os.h \
bus_if.h device_if.h
#KMODDEPS = firewire dcons
CFLAGS+= -I${SRCTOP}/sys
.include <bsd.kmod.mk>