From f0d253fd88df62ee103ca9c9e4543be4ee39cab9 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 30 Sep 2020 14:32:12 -0400 Subject: split HBMBase.s and add SDK/HBM/ folder --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65b13d5..71a0615 100644 --- a/Makefile +++ b/Makefile @@ -28,11 +28,11 @@ TARGET := pbr_pal BUILD_DIR := build/$(TARGET) -SRC_DIRS := src src/SDK/OS src/MSL_C/MSL_Common src/MSL_C/MSL_Common_Embedded \ +SRC_DIRS := src src/SDK/OS src/SDK/HBM src/MSL_C/MSL_Common src/MSL_C/MSL_Common_Embedded \ src/MSL_C/MSL_Common_Embedded/Math src/MSL_C/PPC_EABI src/Runtime \ src/MetroTRK src/GameSpy src/nw4r/ut src/nw4r/snd src/nw4r/ut/detail \ src/nw4r/snd/detail src/nw4r/math src/nw4r/lyt src/nw4r/lyt/detail -ASM_DIRS := asm asm/SDK/OS asm/MSL_C/MSL_Common asm/MSL_C/MSL_Common_Embedded \ +ASM_DIRS := asm asm/SDK/OS asm/SDK/HBM asm/MSL_C/MSL_Common asm/MSL_C/MSL_Common_Embedded \ asm/MSL_C/MSL_Common_Embedded/Math asm/MSL_C/PPC_EABI asm/Runtime \ asm/MetroTRK asm/GameSpy asm/nw4r/ut asm/nw4r/snd asm/nw4r/ut/detail \ asm/nw4r/snd/detail asm/nw4r/math asm/nw4r/lyt asm/nw4r/lyt/detail -- cgit v1.2.3