project.mk 469 B

1234567891011121314151617
  1. # Settings of input directory
  2. #
  3. TOP_DIR := $(CURDIR)
  4. RULE_DIR := $(TOP_DIR)/build-rules
  5. CONFIG_DIR := $(TOP_DIR)/src/configs
  6. SCRIPT_DIR := $(TOP_DIR)/src/scripts
  7. PACKAGE_DIR := $(TOP_DIR)/src/packages
  8. IMPORT_DIR := $(TOP_DIR)/src/import
  9. # Settings of output directory
  10. #
  11. DIST_DIR := $(TOP_DIR)/output
  12. FINAL_DIR := $(DIST_DIR)/release
  13. # Settings of project info
  14. PRJ_NAME := iotkit-embedded
  15. PRJ_VERSION := V2.02