X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/blobdiff_plain/11c7bb03c770d96e769a31b1e84709efabd6669c..bb7e75c6914181406d67d25d07da2021280ad58c:/Makefile.omk diff --git a/Makefile.omk b/Makefile.omk index 9aa9efe..cab4696 100644 --- a/Makefile.omk +++ b/Makefile.omk @@ -1 +1,6 @@ -include_HEADERS = $(notdir $(wildcard $(SOURCES_DIR)/*.h)) +include_HEADERS := $(notdir $(wildcard $(SOURCES_DIR)/*.h)) + +ifeq ($(CONFIG_FRSH_FORB),y) +UNWANTED_HEADERS = frsh_opaque_types.h +include_HEADERS := $(filter-out $(UNWANTED_HEADERS),$(include_HEADERS)) +endif