From 5ac1c9adabdb5bd299c3bedaf7e09f1971797d04 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Apr 2014 07:52:08 -0600 Subject: examples/cpuhog and serialblaster from Bob Doiron --- apps/examples/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/examples/Kconfig') diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig index 3d3f4edc7..4e3db375d 100644 --- a/apps/examples/Kconfig +++ b/apps/examples/Kconfig @@ -8,6 +8,7 @@ source "$APPSDIR/examples/buttons/Kconfig" source "$APPSDIR/examples/can/Kconfig" source "$APPSDIR/examples/cc3000/Kconfig" source "$APPSDIR/examples/configdata/Kconfig" +source "$APPSDIR/examples/cpuhog/Kconfig" source "$APPSDIR/examples/cxxtest/Kconfig" source "$APPSDIR/examples/dhcpd/Kconfig" source "$APPSDIR/examples/elf/Kconfig" @@ -49,6 +50,7 @@ source "$APPSDIR/examples/relays/Kconfig" source "$APPSDIR/examples/rgmp/Kconfig" source "$APPSDIR/examples/romfs/Kconfig" source "$APPSDIR/examples/sendmail/Kconfig" +source "$APPSDIR/examples/serialblaster/Kconfig" source "$APPSDIR/examples/serloop/Kconfig" source "$APPSDIR/examples/slcd/Kconfig" source "$APPSDIR/examples/flash_test/Kconfig" -- cgit v1.2.3