Skip to content

Makefile requires both PORT_SRCS and PORT_OBJS to be defined, but only the example core_portme.mak files only define one or the other #77

Description

@nick-apitronix

Makefile requires both PORT_SRCS and PORT_OBJS to be defined, but only the example core_portme.mak files only define one or the other

Makefile contains the lines

SRCS = $(ORIG_SRCS) $(PORT_SRCS)
OBJS = $(addprefix $(OPATH),$(addsuffix $(OEXT),$(CORE_FILES)) $(PORT_OBJS))

Without a valid definition of PORT_OBJS, OBJS incomplete. This affects the clean rule, and the SEPARATE_COMPILE option, and probably some other things I didn't spot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions