summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-07 07:52:18 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-07 07:52:18 +0000
commitb08b21158c4dd6f882d94f850ce578e5d1227b33 (patch)
treedce27682160dfa38280de3c6396943c017766ca5 /mdk-stage1/stage1.c
parent4de0c1bb185fe185e2c219dccf9f1abb96e5a0f6 (diff)
downloaddrakx-backup-do-not-use-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar
drakx-backup-do-not-use-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar.gz
drakx-backup-do-not-use-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar.bz2
drakx-backup-do-not-use-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar.xz
drakx-backup-do-not-use-b08b21158c4dd6f882d94f850ce578e5d1227b33.zip
Don't compile hande_hid when compiling in NETWORK_STANDALONE mode
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 2c7bfdc83..fda30d233 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -243,6 +243,7 @@ static void handle_pcmcia(void)
}
#endif
+#ifndef ENABLE_NETWORK_STANDALONE
static void handle_hid(void)
{
struct hid_entries entry_list;
@@ -259,7 +260,6 @@ static void handle_hid(void)
/************************************************************
*/
-#ifndef ENABLE_NETWORK_STANDALONE
static void method_select_and_prepare(void)
{
enum return_type results;