Makefile 167 字节
Newer Older
1 2 3
em28xx-objs     := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
		   em28xx-input.o

4
obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
5 6

EXTRA_CFLAGS += -I$(src)/..