1
2obj-$(CONFIG_GPIB_COMMON) += gpib_common.o
3
4gpib_common-objs := gpib_os.o iblib.o
5
6
7