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