pmt: initial 1.9.0 update
This commit is contained in:
@@ -16,14 +16,9 @@
|
|||||||
|
|
||||||
# sources
|
# sources
|
||||||
SRCS := \
|
SRCS := \
|
||||||
$(SOURCE_DIR)/$(TARGET).c \
|
$(wildcard $(SOURCE_DIR)/*.c)
|
||||||
$(SOURCE_DIR)/error.c \
|
|
||||||
$(SOURCE_DIR)/checkers.c \
|
|
||||||
$(SOURCE_DIR)/listpart.c \
|
|
||||||
$(SOURCE_DIR)/flash.c \
|
|
||||||
$(SOURCE_DIR)/backup.c \
|
|
||||||
$(SOURCE_DIR)/format.c \
|
|
||||||
$(SOURCE_DIR)/docs.c
|
|
||||||
|
|
||||||
# only the reason why the resource list is available is that:
|
# only the reason why the resource list is available is that:
|
||||||
# construction of a code was made with a different make sub-process in the old compilation logic. And then the built files were saved. And the main structure was created. But no longer needs it. According to new logic...
|
# construction of a code was made with a different make sub-process in the old compilation logic. And then the built files were saved. And the main structure was created. But no longer needs it. According to new logic...
|
||||||
|
|
||||||
|
# end
|
||||||
|
|||||||
Reference in New Issue
Block a user