diff options
author | Max <mparisi@stevens.edu> | 2020-10-09 13:25:15 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-09 13:25:15 -0400 |
commit | 986e82fd9df47ab80dc6a152c83c5d18b5a2cbaa (patch) | |
tree | f9c644cb5590c747294abf9041eaadb32c612bd1 /obj_files.mk | |
parent | 405c5a7fc0c0a9d3e0f3a18873459e60e21157b3 (diff) |
split mpdlsystem.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 71161a5..88ccfa7 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -326,6 +326,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/MP/mpnotification.o \ $(BUILD_DIR)/asm/SDK/MP/mpport.o \ $(BUILD_DIR)/asm/SDK/MP/mpbeacon.o \ + $(BUILD_DIR)/asm/SDK/MPDL/mpdlsystem.o \ $(BUILD_DIR)/asm/text_9.o \ $(BUILD_DIR)/asm/SDK/SO/SOCommon.o \ $(BUILD_DIR)/asm/SDK/SO/SOBasic.o \ |