xref: /dragonfly/sys/dev/video/cxm/cxm/Makefile (revision 0ffa96a2)
1.PATH:	${.CURDIR}/..
2KMOD	= cxm
3SRCS	= cxm.c cxm_dec_fw.c cxm_enc_fw.c cxm_msp34xxx.c cxm_eeprom.c \
4	  cxm_ir.c cxm_tuner.c cxm_saa7115.c \
5	  bus_if.h device_if.h iicbb_if.h pci_if.h pcidevs.h
6
7.include <bsd.kmod.mk>
8