diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-05-23 11:03:35 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-05-31 13:57:25 +0200 |
commit | a87a9ef37372b4380808ec2efa7c762e137668f1 (patch) | |
tree | 9c759088f0f9cf6717d96789b6805812f6b187ea /rbutil | |
parent | ba8e4367fb4d116ffc01c12cc619bfc714e582c9 (diff) |
imxtools: move tools to a new sbtools/ subdirectory
Change-Id: I0d8d6831b35037725486f61fc363de87bc8ba92e
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/mkimxboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkimxboot/Makefile b/rbutil/mkimxboot/Makefile index 41581c312d..0172ae97f0 100644 --- a/rbutil/mkimxboot/Makefile +++ b/rbutil/mkimxboot/Makefile @@ -6,7 +6,7 @@ # \/ \/ \/ \/ \/ # We use the SB code available in the Rockbox utils/sbtools directory -IMXTOOLS_DIR=../../utils/imxtools/ +IMXTOOLS_DIR=../../utils/imxtools/sbtools/ CFLAGS += -I$(IMXTOOLS_DIR) -Wall CFLAGS += -std=c99 -g |