diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 08:30:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 08:30:38 +0000 |
commit | 21fce4eeaeee4c06cdeae7419fc7b1241dcea093 (patch) | |
tree | 91cbafa1d7267821ee6ae8678ee7145cc7f93eb9 | |
parent | 3df534502c449850bdae6c7311180d112dc2f982 (diff) | |
download | upstream-21fce4eeaeee4c06cdeae7419fc7b1241dcea093.tar.gz upstream-21fce4eeaeee4c06cdeae7419fc7b1241dcea093.tar.bz2 upstream-21fce4eeaeee4c06cdeae7419fc7b1241dcea093.zip |
sdcc: enable packihx, required by firmwarehotplug
SVN-Revision: 32500
-rw-r--r-- | tools/sdcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index 4da975583f..ef75fca9ac 100644 --- a/tools/sdcc/Makefile +++ b/tools/sdcc/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_ARGS += \ --disable-ucsim \ - --disable-packihx \ + --enable-packihx \ --enable-sdcpp \ --disable-sdcdb \ --disable-gbz80-port \ |