mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-16 21:00:16 +00:00
6 lines
179 B
Makefile
6 lines
179 B
Makefile
platform ?= rtl
|
|
ifdef PULPRUN_PLATFORM
|
|
platform=$(PULPRUN_PLATFORM)
|
|
endif
|
|
$(info Setting platform to $(platform))
|
|
-include $(PULPRT_HOME)/rules/pulpos/targets/$(PULPRT_TARGET).mk
|