Wrong paths

This commit is contained in:
Philip Smart
2020-04-29 10:26:17 +01:00
parent 402e528325
commit 7a87cb7d5f
2 changed files with 6 additions and 10 deletions

View File

@@ -54,10 +54,8 @@ ifeq ($(OS_APPADDR),)
OS_APPADDR = 0x0C000
endif
BASEDIR = ../..
#BASEDIR = ../../..
SWDIR = $(BASEDIR)/software
#SWDIR = $(BASEDIR)/software/zpu
BASEDIR = $(CURDIR)/..
SWDIR = $(BASEDIR)/
ROMGEN = $(SWDIR)/tools/zpugen
IOCPDIR = $(SWDIR)/iocp
@@ -65,7 +63,7 @@ IOCPDIR = $(SWDIR)/iocp
STARTUP_DIR = $(SWDIR)/startup
# we fetch RAM prologue / epilogue from here
RTL_DIR = $(BASEDIR)/software/rtl
RTL_DIR = $(BASEDIR)/rtl
# we use printf from here
COMMON_DIR = $(SWDIR)/common

View File

@@ -53,10 +53,8 @@ ifeq ($(OS_APPADDR),)
OS_APPADDR = 0x0C000
endif
BASEDIR = ../..
#BASEDIR = ../../..
SWDIR = $(BASEDIR)/software
#SWDIR = $(BASEDIR)/software/zpu
BASEDIR = $(CURDIR)/..
SWDIR = $(BASEDIR)/
ROMGEN = $(SWDIR)/tools/zpugen
IOCPDIR = $(SWDIR)/iocp
@@ -64,7 +62,7 @@ IOCPDIR = $(SWDIR)/iocp
STARTUP_DIR = $(SWDIR)/startup
# we fetch RAM prologue / epilogue from here
RTL_DIR = $(BASEDIR)/software/rtl
RTL_DIR = $(BASEDIR)/rtl
# we use printf from here
COMMON_DIR = $(SWDIR)/common