From 69d0dae55bf3da2f356dbd03dba299c708133902 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 5 Jan 2014 15:20:41 +0100 Subject: Initial commit for the ZEN X-Fi Style Change-Id: Ib25a357a7bafd2ef25f273cadff70fafbd8d4661 --- rbutil/mkimxboot/dualboot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rbutil/mkimxboot/dualboot/Makefile') diff --git a/rbutil/mkimxboot/dualboot/Makefile b/rbutil/mkimxboot/dualboot/Makefile index 500263c4bf..28e9643a3a 100644 --- a/rbutil/mkimxboot/dualboot/Makefile +++ b/rbutil/mkimxboot/dualboot/Makefile @@ -10,12 +10,13 @@ CFLAGS=-mcpu=arm926ej-s -std=gnu99 -I. -I$(REGS_PATH) -nostdlib -ffreestanding - # 1) add x to the list in TARGETS # 2) create a variable named OPT_x of the form: # OPT_x=target specific defines -TARGETS=fuzeplus zenxfi2 zenxfi3 nwze370 nwze360 +TARGETS=fuzeplus zenxfi2 zenxfi3 nwze370 nwze360 zenxfistyle OPT_fuzeplus=-DSANSA_FUZEPLUS -DIMX233_SUBTARGET=3780 OPT_zenxfi2=-DCREATIVE_ZENXFI2 -DIMX233_SUBTARGET=3780 OPT_zenxfi3=-DCREATIVE_ZENXFI3 -DIMX233_SUBTARGET=3780 OPT_nwze370=-DSONY_NWZE370 -DIMX233_SUBTARGET=3780 OPT_nwze360=-DSONY_NWZE360 -DIMX233_SUBTARGET=3780 +OPT_zenxfistyle=-DCREATIVE_ZENXFISTYLE -DIMX233_SUBTARGET=3780 BOOTOBJS=$(patsubst %, dualboot_%.o, $(TARGETS)) BOOTBINS=$(patsubst %, dualboot_%.arm-bin, $(TARGETS)) -- cgit v1.2.3