summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/headers.mk1
-rw-r--r--project/overrides.mk1
3 files changed, 2 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk
index a52f593..95f765d 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -22,6 +22,7 @@ API_SRCS = \
INTERNAL_SRCS = \
src/internal/$(PACKAGE)_dprintf_impl.c \
src/internal/$(PACKAGE)_errinfo_impl.c \
+ src/internal/$(PACKAGE)_hexfmt_impl.c \
APP_SRCS = \
src/mdso.c
diff --git a/project/headers.mk b/project/headers.mk
index a238cfe..d4a351a 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -14,6 +14,7 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_hexfmt_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_object_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)
diff --git a/project/overrides.mk b/project/overrides.mk
index 4ac3b36..e69de29 100644
--- a/project/overrides.mk
+++ b/project/overrides.mk
@@ -1 +0,0 @@
-src/$(PACKAGE).o: CFLAGS_CONFIG += -Wno-unused-parameter