1da177e4c3
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
7 lines
210 B
Makefile
7 lines
210 B
Makefile
obj-b2c2-usb = b2c2-usb-core.o b2c2-common.o
|
|
|
|
obj-$(CONFIG_DVB_B2C2_SKYSTAR) += skystar2.o
|
|
obj-$(CONFIG_DVB_B2C2_USB) + = b2c2-usb.o
|
|
|
|
EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
|