summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/hwstub/stub/atj213x/Makefile9
-rw-r--r--utils/hwstub/stub/pp/Makefile9
-rw-r--r--utils/hwstub/stub/rk27xx/Makefile9
-rw-r--r--utils/hwstub/stub/stmp/Makefile9
4 files changed, 20 insertions, 16 deletions
diff --git a/utils/hwstub/stub/atj213x/Makefile b/utils/hwstub/stub/atj213x/Makefile
index 8ec37f3543..d653017a0f 100644
--- a/utils/hwstub/stub/atj213x/Makefile
+++ b/utils/hwstub/stub/atj213x/Makefile
@@ -1,10 +1,11 @@
1# 1#
2# common 2# common
3# 3#
4CC=mipsel-elf-gcc 4PREFIX?=mipsel-elf-
5LD=mipsel-elf-gcc 5CC=$(PREFIX)gcc
6AS=mipsel-elf-gcc 6LD=$(PREFIX)gcc
7OC=mipsel-elf-objcopy 7AS=$(PREFIX)gcc
8OC=$(PREFIX)objcopy
8DEFINES= 9DEFINES=
9INCLUDES=-I$(CURDIR) 10INCLUDES=-I$(CURDIR)
10GCCOPTS=-march=mips32r2 -G0 -msoft-float 11GCCOPTS=-march=mips32r2 -G0 -msoft-float
diff --git a/utils/hwstub/stub/pp/Makefile b/utils/hwstub/stub/pp/Makefile
index 73d5838f49..d4f16260dc 100644
--- a/utils/hwstub/stub/pp/Makefile
+++ b/utils/hwstub/stub/pp/Makefile
@@ -1,10 +1,11 @@
1# 1#
2# common 2# common
3# 3#
4CC=arm-elf-eabi-gcc 4PREFIX?=arm-elf-eabi-
5LD=arm-elf-eabi-gcc 5CC=$(PREFIX)gcc
6AS=arm-elf-eabi-gcc 6LD=$(PREFIX)gcc
7OC=arm-elf-eabi-objcopy 7AS=$(PREFIX)gcc
8OC=$(PREFIX)objcopy
8DEFINES= 9DEFINES=
9INCLUDES=-I$(CURDIR) 10INCLUDES=-I$(CURDIR)
10GCCOPTS=-mcpu=arm7tdmi 11GCCOPTS=-mcpu=arm7tdmi
diff --git a/utils/hwstub/stub/rk27xx/Makefile b/utils/hwstub/stub/rk27xx/Makefile
index 36fd07f3de..5de54f0b83 100644
--- a/utils/hwstub/stub/rk27xx/Makefile
+++ b/utils/hwstub/stub/rk27xx/Makefile
@@ -1,10 +1,11 @@
1# 1#
2# common 2# common
3# 3#
4CC=arm-elf-eabi-gcc 4PREFIX?=arm-elf-eabi-
5LD=arm-elf-eabi-gcc 5CC=$(PREFIX)gcc
6AS=arm-elf-eabi-gcc 6LD=$(PREFIX)gcc
7OC=arm-elf-eabi-objcopy 7AS=$(PREFIX)gcc
8OC=$(PREFIX)objcopy
8DEFINES= 9DEFINES=
9INCLUDES=-I$(CURDIR) 10INCLUDES=-I$(CURDIR)
10GCCOPTS=-march=armv5te 11GCCOPTS=-march=armv5te
diff --git a/utils/hwstub/stub/stmp/Makefile b/utils/hwstub/stub/stmp/Makefile
index 006f4ea73f..76f6d00a33 100644
--- a/utils/hwstub/stub/stmp/Makefile
+++ b/utils/hwstub/stub/stmp/Makefile
@@ -1,10 +1,11 @@
1# 1#
2# common 2# common
3# 3#
4CC=arm-elf-eabi-gcc 4PREFIX?=arm-elf-eabi-
5LD=arm-elf-eabi-gcc 5CC=$(PREFIX)gcc
6AS=arm-elf-eabi-gcc 6LD=$(PREFIX)gcc
7OC=arm-elf-eabi-objcopy 7AS=$(PREFIX)gcc
8OC=$(PREFIX)objcopy
8SBTOOLS=$(CURDIR)/../../../imxtools/sbtools 9SBTOOLS=$(CURDIR)/../../../imxtools/sbtools
9ELFTOSB=$(SBTOOLS)/elftosb 10ELFTOSB=$(SBTOOLS)/elftosb
10ELFTOSB1=$(SBTOOLS)/elftosb1 11ELFTOSB1=$(SBTOOLS)/elftosb1