chore: Update makefiles & macros

This commit is contained in:
EnderIce2
2024-11-29 04:24:27 +02:00
parent ce3cf8162a
commit 7948d0c6e5
116 changed files with 682 additions and 740 deletions

View File

@@ -13,8 +13,6 @@
"KERNEL_VERSION=\"1.0\"",
"GIT_COMMIT=\"0000000000000000000000000000000000000000\"",
"GIT_COMMIT_SHORT=\"0000000\"",
"a64",
"a86",
"DEBUG=\"1\""
],
"compilerPath": "${workspaceFolder}/../tools/cross/bin/x86_64-fennix-gcc",
@@ -64,8 +62,6 @@
"KERNEL_VERSION=\"1.0\"",
"GIT_COMMIT=\"0000000000000000000000000000000000000000\"",
"GIT_COMMIT_SHORT=\"0000000\"",
"a32",
"a86",
"DEBUG=\"1\""
],
"compilerPath": "${workspaceFolder}/../tools/cross/bin/i386-fennix-gcc",

View File

@@ -1,5 +1,5 @@
# Config file
include ../Makefile.conf
include ../config.mk
cwd := $(CURDIR)
PREFIX := $(cwd)/out/

View File

@@ -1,5 +1,5 @@
# Config file
include ../../../Makefile.conf
include ../../../config.mk
cwd := $(CURDIR)
CACHE_DIR := $(cwd)/../../cache

View File

@@ -1,7 +1,7 @@
WORKSPACE := ../../../
# Config file
include ../$(WORKSPACE)Makefile.conf
include ../$(WORKSPACE)config.mk
FILENAME = utest_

View File

@@ -1,7 +1,7 @@
WORKSPACE := ../../../
# Config file
include ../$(WORKSPACE)Makefile.conf
include ../$(WORKSPACE)config.mk
CC = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)gcc
CPP = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)g++

View File

@@ -1,7 +1,7 @@
WORKSPACE := ../../../
# Config file
include ../$(WORKSPACE)Makefile.conf
include ../$(WORKSPACE)config.mk
CC = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)gcc
CPP = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)g++

View File

@@ -1,7 +1,7 @@
WORKSPACE := ../../../
# Config file
include ../$(WORKSPACE)Makefile.conf
include ../$(WORKSPACE)config.mk
CC = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)gcc
CPP = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)g++

View File

@@ -1,7 +1,7 @@
WORKSPACE := ../../../
# Config file
include ../$(WORKSPACE)Makefile.conf
include ../$(WORKSPACE)config.mk
CC = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)gcc
CPP = ../$(WORKSPACE)$(COMPILER_PATH)/$(COMPILER_ARCH)g++

View File

@@ -1,5 +1,5 @@
# Config file
include ../../../Makefile.conf
include ../../../config.mk
NAME=ld

View File

@@ -1,5 +1,5 @@
# Config file
include ../../../Makefile.conf
include ../../../config.mk
CC = ../../../$(COMPILER_PATH)/$(COMPILER_ARCH)gcc
AS = ../../../$(COMPILER_PATH)/$(COMPILER_ARCH)as

View File

@@ -1,5 +1,5 @@
# Config file
include ../../../Makefile.conf
include ../../../config.mk
NAME=c

View File

@@ -1,5 +1,5 @@
# Config file
include ../../../Makefile.conf
include ../../../config.mk
NAME=gcc