diff options
Diffstat (limited to 'drivers/media/pci/pt1/Makefile')
-rw-r--r-- | drivers/media/pci/pt1/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/pci/pt1/Makefile b/drivers/media/pci/pt1/Makefile new file mode 100644 index 0000000..98e3912 --- /dev/null +++ b/drivers/media/pci/pt1/Makefile @@ -0,0 +1,5 @@ +earth-pt1-objs := pt1.o va1j5jf8007s.o va1j5jf8007t.o + +obj-$(CONFIG_DVB_PT1) += earth-pt1.o + +ccflags-y += -Idrivers/media/dvb-core -Idrivers/media/dvb-frontends |