From 9381ae971066a42ad00def424c29370ced09eb60 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 19 Dec 2015 16:32:12 +0000 Subject: Added menuconfig support. Added default config files for Linux and NetBSD. Added kconf2h tool. Small fixes to README --- config/config_linux.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/config_linux.h (limited to 'config/config_linux.h') diff --git a/config/config_linux.h b/config/config_linux.h new file mode 100644 index 0000000..5fc9189 --- /dev/null +++ b/config/config_linux.h @@ -0,0 +1,14 @@ +#ifndef __CONFIG_H +#define __CONFIG_H +#define CONFIG_CORE +#define CONFIG_OS_LINUX +#define CONFIG_DRAW +#define CONFIG_GL +#define CONFIG_SDL2 +#define CONFIG_TUI +#define CONFIG_HW +#define CONFIG_HW_LIB_ORIG +#define CONFIG_HW_ALSA +#define CONFIG_MOD +#define CONFIG_MOD_FM_DEMOD +#endif -- cgit v1.2.3