add target optimization flags

SVN-Revision: 5312
This commit is contained in:
Nicolas Thill 2006-10-27 15:48:48 +00:00
parent 93ab44d5d6
commit 300eee71f9

View file

@ -30,6 +30,7 @@ endef
define Build/Compile
$(call Build/Compile/Default, \
COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="$(LINUX_DIR)" \
)
endef