summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/stmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/stmp/Makefile')
-rw-r--r--utils/hwstub/stub/stmp/Makefile9
1 files changed, 5 insertions, 4 deletions
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