project.mk 404 B

12345678910111213141516
  1. # Settings of input directory
  2. #
  3. TOP_DIR := $(CURDIR)
  4. RULE_DIR := $(TOP_DIR)/tools/build-rules
  5. CONFIG_DIR := $(TOP_DIR)/tools/board
  6. EXPORT_DIR :=
  7. IMPORT_DIR := tools/prebuilt
  8. # Settings of output directory
  9. #
  10. DIST_DIR := $(TOP_DIR)/output
  11. FINAL_DIR := $(DIST_DIR)/release
  12. # Settings of project info
  13. PRJ_NAME := iotkit-embedded
  14. PRJ_VERSION := V3.0.1