Raw File
Makefile
obj-$(CONFIG_QRTR) := qrtr.o

obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o
qrtr-smd-y	:= smd.o
back to top