mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
13 lines
205 B
Makefile
13 lines
205 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
ifeq ($(KERNEL_DVB_CORE),y)
|
|
obj-y := ddbridge/ \
|
|
frontends/
|
|
|
|
else
|
|
obj-y := dvb-core/ \
|
|
ddbridge/ \
|
|
frontends/
|
|
endif |