From 1b5c1e7bdbdf496078a8556c2906919432f60d52 Mon Sep 17 00:00:00 2001 From: Daniel Laird Date: Fri, 29 Aug 2008 13:27:37 +0000 Subject: games: Move all games into games subdir Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird --- package/games/Config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/games/Config.in (limited to 'package/games/Config.in') diff --git a/package/games/Config.in b/package/games/Config.in new file mode 100644 index 000000000..45d3c8266 --- /dev/null +++ b/package/games/Config.in @@ -0,0 +1,15 @@ +menuconfig BR2_GAMES + bool "Games" + default y + help + Support for games + +if BR2_GAMES +source "package/games/ace_of_penguins/Config.in" +source "package/games/gnuchess/Config.in" +source "package/games/lxdoom/Config.in" +source "package/games/magiccube4d/Config.in" +source "package/games/rubix/Config.in" +source "package/games/vice/Config.in" +source "package/games/xboard/Config.in" +endif -- cgit v1.2.3