From cab35aed493b9f97d2913504b5b354b1a8b83239 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 4 Nov 2013 09:05:11 -0600 Subject: apps/example/configdata: Unit test for the MTD configuration data driver --- apps/examples/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/Kconfig') diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig index c975c2b36..c7ad1b998 100644 --- a/apps/examples/Kconfig +++ b/apps/examples/Kconfig @@ -7,6 +7,7 @@ source "$APPSDIR/examples/adc/Kconfig" source "$APPSDIR/examples/buttons/Kconfig" source "$APPSDIR/examples/can/Kconfig" source "$APPSDIR/examples/cc3000/Kconfig" +source "$APPSDIR/examples/configdata/Kconfig" source "$APPSDIR/examples/cxxtest/Kconfig" source "$APPSDIR/examples/dhcpd/Kconfig" source "$APPSDIR/examples/elf/Kconfig" -- cgit v1.2.3