Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Vars.make b/Vars.make index 880ccf1..b99da70 100644 --- a/ Vars.make+++ b/ Vars.make |
|
@@ -24,17 +24,17 @@ else |
24 | $(shell echo -e "all: \n\t" >>$(QTDIR)/src/moc/Makefile) |
24 | $(shell echo -e "all: \n\t" >>$(QTDIR)/src/moc/Makefile) |
25 | PLATFORM=sharp-linux |
25 | PLATFORM=sharp-linux |
26 | endif |
26 | endif |
27 | |
27 | |
28 | ifdef CONFIG_TARGET_X86 |
28 | ifdef CONFIG_TARGET_X86 |
29 | PLATFORM=x86-linux |
29 | PLATFORM=x86-linux |
30 | endif |
30 | endif |
31 | ifdef CONFIG_TARGET_64BIT |
31 | ifdef CONFIG_TARGET_64BIT |
32 | PLATFORM=64-linux |
32 | PLATFORM=64bit-linux |
33 | endif |
33 | endif |
34 | ifdef CONFIG_TARGET_SHARP |
34 | ifdef CONFIG_TARGET_SHARP |
35 | PLATFORM=sharp-linux |
35 | PLATFORM=sharp-linux |
36 | endif |
36 | endif |
37 | ifdef CONFIG_TARGET_IPAQ |
37 | ifdef CONFIG_TARGET_IPAQ |
38 | PLATFORM=ipaq-linux |
38 | PLATFORM=ipaq-linux |
39 | endif |
39 | endif |
40 | ifdef CONFIG_TARGET_RAMSES |
40 | ifdef CONFIG_TARGET_RAMSES |
|