summaryrefslogtreecommitdiff
path: root/include/target.mk
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2009-05-31 16:15:47 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2009-05-31 16:15:47 +0000
commitb6e5025f1533d917c67e0756e23ff61c884cfedc (patch)
tree41091bd56f5de068c68a5165e6f50e74f830382a /include/target.mk
parent664d2873c717dd6e3dcd891e54875d1eb0515265 (diff)
downloadmtk-20170518-b6e5025f1533d917c67e0756e23ff61c884cfedc.zip
mtk-20170518-b6e5025f1533d917c67e0756e23ff61c884cfedc.tar.gz
mtk-20170518-b6e5025f1533d917c67e0756e23ff61c884cfedc.tar.bz2
fix typo
SVN-Revision: 16236
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/target.mk b/include/target.mk
index a554386..7edd6f4 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -120,8 +120,8 @@ ifeq ($(LINUX_CONFIG),$(LINUX_SUBCONFIG))
LINUX_SUBCONFIG:=
endif
LINUX_CONFCMD=$(if $(LINUX_CONFIG), \
- $(if $(GENERIC_LINUX_CONFIG),,$(error The generic kernel config for your kernel version is mising)) \
- $(if $(LINUX_CONFIG),,$(error The target kernel config for your kernel version is mising)) \
+ $(if $(GENERIC_LINUX_CONFIG),,$(error The generic kernel config for your kernel version is missing)) \
+ $(if $(LINUX_CONFIG),,$(error The target kernel config for your kernel version is missing)) \
$(SCRIPT_DIR)/kconfig.pl \
+ $(GENERIC_LINUX_CONFIG) \
$(if $(LINUX_SUBCONFIG),+ $(LINUX_CONFIG) $(LINUX_SUBCONFIG),$(LINUX_CONFIG)), \