mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-03-12 07:23:55 +00:00
12 lines
272 B
Makefile
12 lines
272 B
Makefile
obj-stk1160-ac97-$(CPTCFG_VIDEO_STK1160_AC97) := stk1160-ac97.o
|
|
|
|
stk1160-y := stk1160-core.o \
|
|
stk1160-v4l.o \
|
|
stk1160-video.o \
|
|
stk1160-i2c.o \
|
|
$(obj-stk1160-ac97-y)
|
|
|
|
obj-$(CPTCFG_VIDEO_STK1160) += stk1160.o
|
|
|
|
ccflags-y += -I$(backport_srctree)/drivers/media/i2c
|