summaryrefslogtreecommitdiff
path: root/rbutil/mkimxboot/dualboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkimxboot/dualboot/Makefile')
-rw-r--r--rbutil/mkimxboot/dualboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/mkimxboot/dualboot/Makefile b/rbutil/mkimxboot/dualboot/Makefile
index 7abd381b2d..b80233226a 100644
--- a/rbutil/mkimxboot/dualboot/Makefile
+++ b/rbutil/mkimxboot/dualboot/Makefile
@@ -2,8 +2,8 @@ CC=gcc
2LD=ld 2LD=ld
3OC=objcopy 3OC=objcopy
4PREFIX?=arm-elf-eabi- 4PREFIX?=arm-elf-eabi-
5REGS_PATH=../../../firmware/target/arm/imx233/regs 5IMX233_PATH=../../../firmware/target/arm/imx233
6CFLAGS=-mcpu=arm926ej-s -std=gnu99 -I. -I$(REGS_PATH) -nostdlib -ffreestanding -fomit-frame-pointer -O 6CFLAGS=-mcpu=arm926ej-s -std=gnu99 -I. -I$(IMX233_PATH) -nostdlib -ffreestanding -fomit-frame-pointer -O
7# Edit the following variables when adding a new target. 7# Edit the following variables when adding a new target.
8# mkimxboot.c also needs to be edited to refer to these 8# mkimxboot.c also needs to be edited to refer to these
9# To add a new target x you need to: 9# To add a new target x you need to: