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/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/utils/hwstub/stub/stmp/Makefile b/utils/hwstub/stub/stmp/Makefile
index 14e6d0fbba..3ac7e3bbd4 100644
--- a/utils/hwstub/stub/stmp/Makefile
+++ b/utils/hwstub/stub/stmp/Makefile
@@ -5,10 +5,16 @@ CC=arm-elf-eabi-gcc
5LD=arm-elf-eabi-gcc 5LD=arm-elf-eabi-gcc
6AS=arm-elf-eabi-gcc 6AS=arm-elf-eabi-gcc
7OC=arm-elf-eabi-objcopy 7OC=arm-elf-eabi-objcopy
8SBTOELF=$(CURDIR)/../../../imxtools/sbtools/elftosb
8DEFINES= 9DEFINES=
9INCLUDES=-I$(CURDIR) 10INCLUDES=-I$(CURDIR)
10GCCOPTS=-mcpu=arm926ej-s 11GCCOPTS=-mcpu=arm926ej-s
11BUILD_DIR=$(CURDIR)/build/ 12BUILD_DIR=$(CURDIR)/build/
12ROOT_DIR=$(CURDIR)/.. 13ROOT_DIR=$(CURDIR)/..
13 14EXEC=$(BUILD_DIR)/hwstub.sb
14include ../hwstub.make \ No newline at end of file 15
16include ../hwstub.make
17
18$(BUILD_DIR)/hwstub.sb: $(EXEC_BIN)
19 $(call PRINTS,SBTOELF $(@F))
20 $(SILENT)$(SBTOELF) -z -c hwstub.db -o $@ $< \ No newline at end of file