Skip to content
Snippets Groups Projects
Commit e8d4d659 authored by Marco Filho's avatar Marco Filho
Browse files

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.
parent a0bf5be4
No related branches found
No related tags found
1 merge request!5Use new API architecture.
...@@ -17,12 +17,6 @@ SOURCES += $(APPSRC)/vmm_config.cpp ...@@ -17,12 +17,6 @@ SOURCES += $(APPSRC)/vmm_config.cpp
SOURCES += $(APPSRC)/vmm_tbl.cpp SOURCES += $(APPSRC)/vmm_tbl.cpp
SOURCES += $(APPSRC)/vmm_tbl_regs_map.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 DBDS += $(APPSRC)/vmm_tbl.dbd
USR_DBFLAGS += -I . -I .. USR_DBFLAGS += -I . -I ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment