mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
mkimxboot: add support for more target and variants
Add creative zen x-fi 2/3 and add a variant mechanism Change-Id: Ic2ee82a4238a87c2eb5d72b8309650d9a280325f
This commit is contained in:
parent
b62ec2ba80
commit
e09c1e3d43
8 changed files with 228 additions and 35 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# We use the SB code available in the Rockbox utils/sbtools directory
|
||||
IMXTOOLS_DIR=../../utils/imxtools/
|
||||
CFLAGS += -I$(IMXTOOLS_DIR) -Wall
|
||||
CFLAGS += -std=c99
|
||||
CFLAGS += -std=c99 -g
|
||||
|
||||
OUTPUT = mkimxboot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue