pulp-runtime/rules/pulp.mk

7 lines
179 B
Makefile
Raw Normal View History

2024-02-26 12:51:55 +00:00
platform ?= rtl
ifdef PULPRUN_PLATFORM
platform=$(PULPRUN_PLATFORM)
endif
2024-02-26 12:51:55 +00:00
$(info Setting platform to $(platform))
2019-12-15 13:12:22 +00:00
-include $(PULPRT_HOME)/rules/pulpos/targets/$(PULPRT_TARGET).mk