Merge branches 'pm-opp' and 'pm-cpufreq-fixes'
[deliverable/linux.git] / drivers / nfc / pn533 / Makefile
1 #
2 # Makefile for PN533 NFC driver
3 #
4 pn533_usb-objs = usb.o
5 pn533_i2c-objs = i2c.o
6
7 obj-$(CONFIG_NFC_PN533) += pn533.o
8 obj-$(CONFIG_NFC_PN533_USB) += pn533_usb.o
9 obj-$(CONFIG_NFC_PN533_I2C) += pn533_i2c.o
This page took 0.032102 seconds and 5 git commands to generate.