From e8d4d659e5ad72cc7e833adc45b8690ed2744d56 Mon Sep 17 00:00:00 2001 From: marcofilho <marco.filho@ess.eu> Date: Thu, 14 Nov 2024 15:03:15 +0100 Subject: [PATCH] Remove headers from makefile As far as I know this would only be used if we wanted to install the module and use it's headers. I don't see why we would do that now. --- vmmTbl.Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vmmTbl.Makefile b/vmmTbl.Makefile index 4f6b10b..5f6267f 100644 --- a/vmmTbl.Makefile +++ b/vmmTbl.Makefile @@ -17,12 +17,6 @@ SOURCES += $(APPSRC)/vmm_config.cpp SOURCES += $(APPSRC)/vmm_tbl.cpp SOURCES += $(APPSRC)/vmm_tbl_regs_map.cpp -HEADERS += $(APPSRC)/hybrid.h -HEADERS += $(APPSRC)/vmm3a.h -HEADERS += $(APPSRC)/vmm_config.h -HEADERS += $(APPSRC)/vmm_params.h -HEADERS += $(APPSRC)/vmm_tbl.h -HEADERS += $(APPSRC)/vmm_tbl_regs_map.h DBDS += $(APPSRC)/vmm_tbl.dbd USR_DBFLAGS += -I . -I .. -- GitLab