From 13e7333c4b68cae98cca7e8ef25769f5361678b9 Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Mon, 26 Feb 2024 13:51:55 +0100 Subject: [PATCH] Add default platform setting to RTL --- rules/pulp.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/pulp.mk b/rules/pulp.mk index 64daf40..8815ea2 100644 --- a/rules/pulp.mk +++ b/rules/pulp.mk @@ -1,5 +1,6 @@ +platform ?= rtl ifdef PULPRUN_PLATFORM platform=$(PULPRUN_PLATFORM) -$(info Setting platform to $(platform)) endif +$(info Setting platform to $(platform)) -include $(PULPRT_HOME)/rules/pulpos/targets/$(PULPRT_TARGET).mk