Select the types of activity you want to include in your feed.
1# 2# Makefile for FDP NCI based NFC driver 3# 4 5obj-$(CONFIG_NFC_FDP) += fdp.o 6obj-$(CONFIG_NFC_FDP_I2C) += fdp_i2c.o 7 8fdp_i2c-objs = i2c.o 9