1b5c1e7bdb
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
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
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
|