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