Home | History | Annotate | Download | only in libnfc-nci

Lines Matching defs:all

1 # function to find all *.cpp files under a directory
2 define all-cpp-files-under
40 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
41 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
42 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
43 $(call all-c-files-under, src/adaptation) \
44 $(call all-cpp-files-under, src/adaptation) \
45 $(call all-c-files-under, src/gki) \
57 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
58 $(call all-cpp-files-under, $(HALIMPL))
77 include $(call all-makefiles-under,$(LOCAL_PATH))