Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340935
b: refs/heads/master
c: 97f1841
h: refs/heads/master
i:
  340933: 36670d5
  340931: 4713eec
  340927: 6a2e4a1
v: v3
  • Loading branch information
Eric Lapuyade authored and Samuel Ortiz committed Oct 26, 2012
1 parent 2600164 commit 32e1b7e
Show file tree
Hide file tree
Showing 7 changed files with 571 additions and 416 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 632c016ab8ba1f98262bd6242b38d73ee4ae652e
refs/heads/master: 97f18414af395c547f20300e5d4c81d7190a4155
2 changes: 1 addition & 1 deletion trunk/drivers/nfc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for nfc devices
#

obj-$(CONFIG_PN544_HCI_NFC) += pn544_hci.o
obj-$(CONFIG_PN544_HCI_NFC) += pn544/
obj-$(CONFIG_NFC_PN533) += pn533.o
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o

Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/nfc/pn544/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for PN544 HCI based NFC driver
#

obj-$(CONFIG_PN544_HCI_NFC) += pn544_i2c.o

pn544_i2c-y := pn544.o i2c.o
Loading

0 comments on commit 32e1b7e

Please sign in to comment.