mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-31 23:27:54 +00:00
Add default platform setting to RTL
This commit is contained in:
parent
259fd9c780
commit
13e7333c4b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue