Makefile 232 B

12345678910111213141516
  1. include $(SDK_ROOT)/mk/common.mk
  2. # Export the target library name to all child make invocations.
  3. TARGET_LIB_NAME = sdk
  4. export TARGET_LIB_NAME
  5. SUBDIRS = \
  6. drivers \
  7. common \
  8. core \
  9. utility
  10. include $(SDK_ROOT)/mk/targets.mk