diff options
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 80ebe7c..adf5308 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -52,6 +52,10 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/gpiBuffer.o \ $(BUILD_DIR)/asm/gpiCallback.o \ $(BUILD_DIR)/asm/gpiConnect.o \ + $(BUILD_DIR)/asm/gpiInfo.o \ + $(BUILD_DIR)/asm/gpiOperation.o \ + $(BUILD_DIR)/asm/gpiPeer.o \ + $(BUILD_DIR)/asm/gpiProfile.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |