From 2d07ce6d2145b4bdc6a9075e0727cde2a50180a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 4 Feb 2020 15:26:31 +0100 Subject: config: Add CONFIGURE_DIRTY_MEMORY Replace the BSP_DIRTY_MEMORY BSP option with a CONFIGURE_DIRTY_MEMORY configuration option. Update #3843. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index b9ab123b49..9182919558 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -853,6 +853,7 @@ librtemscpu_a_SOURCES += score/src/heapiterate.c librtemscpu_a_SOURCES += score/src/heapgreedy.c librtemscpu_a_SOURCES += score/src/heapnoextend.c librtemscpu_a_SOURCES += score/src/memoryallocate.c +librtemscpu_a_SOURCES += score/src/memorydirtyfreeareas.c librtemscpu_a_SOURCES += score/src/memoryfill.c librtemscpu_a_SOURCES += score/src/memoryzerobeforeuse.c librtemscpu_a_SOURCES += score/src/memoryzerofreeareas.c -- cgit v1.2.3