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