Skip to content

Commit

Permalink
NFC refactoring
Browse files Browse the repository at this point in the history
Change-Id: Id239eae364b7e1eddc512acb3516be1c62a726d1
  • Loading branch information
Qaweck committed Jul 22, 2013
1 parent 41f25f4 commit 20dd0df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exynos4/exynos4x12/Android.mk
Expand Up @@ -15,6 +15,6 @@
#

ifeq ($(TARGET_SOC),exynos4x12)
exynos4x12_dirs := liblights nfc
exynos4x12_dirs := liblights
include $(call all-named-subdir-makefiles,$(exynos4x12_dirs))
endif
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions exynos4210.mk
Expand Up @@ -19,5 +19,10 @@ include $(TARGET_HAL_PATH)/Android.mk
include $(SAM_ROOT)/exynos/multimedia/Android.mk
include $(SAM_ROOT)/exynos4/exynos4210/Android.mk

#NFC
ifeq ($(BOARD_HAVE_NFC),true)
include $(SAM_ROOT)/exynos4/nfc/Android.mk
endif

endif
endif
1 change: 1 addition & 0 deletions exynos4x12.mk
Expand Up @@ -18,6 +18,7 @@ ifeq ($(TARGET_SOC),exynos4x12)
include $(TARGET_HAL_PATH)/Android.mk
include $(SAM_ROOT)/exynos/multimedia/Android.mk
include $(SAM_ROOT)/exynos4/exynos4x12/Android.mk
include $(SAM_ROOT)/exynos4/nfc/Android.mk

endif
endif

0 comments on commit 20dd0df

Please sign in to comment.