projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move lua from packages/ to trunk in anticipation of upcoming stuff ;)
[openwrt.git]
/
include
/
kernel.mk
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
f9baeef
..
b413d84
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-23,11
+23,11
@@
else
endif
ifneq (,$(findstring uml,$(BOARD)))
endif
ifneq (,$(findstring uml,$(BOARD)))
- KERNEL_CC
:
=$(HOSTCC)
- KERNEL_CROSS
:
=
+ KERNEL_CC
?
=$(HOSTCC)
+ KERNEL_CROSS
?
=
else
else
- KERNEL_CC
:
=$(TARGET_CC)
- KERNEL_CROSS
:
=$(TARGET_CROSS)
+ KERNEL_CC
?
=$(TARGET_CC)
+ KERNEL_CROSS
?
=$(TARGET_CROSS)
endif
PATCH_DIR ?= ./patches$(shell [ -d "./patches-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true )
endif
PATCH_DIR ?= ./patches$(shell [ -d "./patches-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true )
@@
-88,7
+88,10
@@
define ModuleAutoLoad
chmod 0755 $(2)/CONTROL/postinst; \
fi
endef
chmod 0755 $(2)/CONTROL/postinst; \
fi
endef
-
+
+ifeq ($(DUMP)$(TARGET_BUILD),)
+ -include $(LINUX_DIR)/.config
+endif
define KernelPackage
NAME:=$(1)
define KernelPackage
NAME:=$(1)
This page took
0.020254 seconds
and
4
git commands to generate.