rules/control-pulp: Fix wrong include and file paths

This commit is contained in:
bluew 2021-07-30 16:54:19 +02:00
parent 868a80fdcd
commit 48e1bfb305

View file

@ -11,7 +11,7 @@ PULP_ARCH_LDFLAGS ?= -march=rv32imc_zfinx_xcorev -mabi=ilp32 -mno-pulp-hwloop
PULP_ARCH_OBJDFLAGS ?=
PULP_CFLAGS += -fdata-sections -ffunction-sections \
-include chips/pulp/config.h -I$(PULPRT_HOME)/include/chips/control-pulp
-include chips/control-pulp/config.h -I$(PULPRT_HOME)/include/chips/control-pulp
PULP_OMP_CFLAGS += -fopenmp -mnativeomp
PULP_LDFLAGS += -nostartfiles -nostdlib -Wl,--gc-sections \
-L$(PULPRT_HOME)/kernel -Tchips/control-pulp/link.ld -lgcc
@ -46,7 +46,7 @@ soc_eu/version=2
# FLL
PULP_SRCS += kernel/fll-v$(fll/version).c
PULP_SRCS += kernel/freq-domains.c
PULP_SRCS += kernel/chips/pulp/soc.c
PULP_SRCS += kernel/chips/control-pulp/soc.c
include $(PULPRT_HOME)/rules/pulpos/configs/default.mk