| 1234567891011121314151617 |
- # Settings of input directory
- #
- TOP_DIR := $(CURDIR)
- RULE_DIR := $(TOP_DIR)/build-rules
- CONFIG_DIR := $(TOP_DIR)/src/configs
- SCRIPT_DIR := $(TOP_DIR)/src/scripts
- PACKAGE_DIR := $(TOP_DIR)/src/packages
- IMPORT_DIR := $(TOP_DIR)/src/import
- # Settings of output directory
- #
- DIST_DIR := $(TOP_DIR)/output
- FINAL_DIR := $(DIST_DIR)/release
- # Settings of project info
- PRJ_NAME := iotkit-embedded
- PRJ_VERSION := V2.02
|