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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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