summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0/topfiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_gpe0/topfiles.mk')
-rw-r--r--src/occ_gpe0/topfiles.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_gpe0/topfiles.mk b/src/occ_gpe0/topfiles.mk
index c9e1e8e..682e2d6 100644
--- a/src/occ_gpe0/topfiles.mk
+++ b/src/occ_gpe0/topfiles.mk
@@ -22,8 +22,9 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+FIRDATA_SOURCES = $(wildcard firdata/*.c)
TOP-C-SOURCES = gpe0_main.c pk_app_irq_table.c ipc_func_tables.c apss_read.c \
- apss_init.c gpe_util.c core_data.c gpe_core_data.c nest_dts.c
+ apss_init.c gpe_util.c core_data.c gpe_core_data.c nest_dts.c ${FIRDATA_SOURCES}
TOP-S-SOURCES =
TOP_OBJECTS = $(TOP-C-SOURCES:.c=.o) $(TOP-S-SOURCES:.S=.o)
OpenPOWER on IntegriCloud