File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
- export ARCH =arm
2
- export CROSS_COMPILE =/home/java/basic/cross_compile/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-
3
- LINUX_PATH :=/home/java/opt/hhzn/kernel_imx
1
+ # ARCH=armh
2
+ # ARCH=armc
3
+ ARCH =x86c
4
+ ifeq ($(ARCH ) , armh)
5
+ export ARCH =arm
6
+ export CROSS_COMPILE =/home/java/basic/cross_compile/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-
7
+ LINUX_PATH :=/home/java/opt/hhzn/kernel_imx
8
+ endif
4
9
10
+ ifeq ($(ARCH ) , armc)
11
+ export ARCH =arm64
12
+ export CROSS_COMPILE =/opt/toolchain/mstar/linaro-aarch64_linux-2014.09_843419-patched/bin/aarch64-linux-gnu-
13
+ LINUX_PATH :=/home/jiangxiujie/mstar-828-tv/Mstar-828/vendor/mstar/kernel/3.10.40
14
+ endif
15
+
16
+ ifeq ($(ARCH ) , x86c)
17
+ LINUX_PATH :=/usr/src/linux-headers-4.4.0-75-generic
18
+ endif
5
19
obj-m += pages.o
6
20
7
21
all :
You can’t perform that action at this time.
0 commit comments