Skip to content
Snippets Groups Projects
Commit 8db0400a authored by Becky Bruce's avatar Becky Bruce Committed by Jon Loeliger
Browse files

toplevel Makefile: Add MPC8641HPCN_36BIT target


This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.

Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
parent 3111d32c
No related branches found
No related tags found
No related merge requests found
......@@ -2459,8 +2459,14 @@ TQM8560_config: unconfig
MPC8610HPCD_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8610hpcd freescale
MPC8641HPCN_36BIT_config \
MPC8641HPCN_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn freescale
@mkdir -p $(obj)include
@if [ "$(findstring _36BIT_,$@)" ] ; then \
echo "#define CONFIG_PHYS_64BIT" >>$(obj)include/config.h ; \
$(XECHO) "... enabling 36-bit physical addressing." ; \
fi
@$(MKCONFIG) -a MPC8641HPCN ppc mpc86xx mpc8641hpcn freescale
sbc8641d_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc86xx sbc8641d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment