From 11f3c72e2281a8ef511e2c0819f7042f343f4474 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 1 Jan 2024 15:04:47 +0000 Subject: ar mode: initial driver integration and skeleton implementation. --- project/headers.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project/headers.mk') diff --git a/project/headers.mk b/project/headers.mk index 03bd019..0d22e4c 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -4,6 +4,7 @@ API_HEADERS = \ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/argv/argv.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_ar_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \ -- cgit v1.2.3