projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
major target cleanup. it is now possible to have subtargets that can override many...
[openwrt.git]
/
target
/
linux
/
pxa
/
Makefile
diff --git
a/target/linux/pxa/Makefile
b/target/linux/pxa/Makefile
index
3e0e6cd
..
ad44af2
100644
(file)
--- a/
target/linux/pxa/Makefile
+++ b/
target/linux/pxa/Makefile
@@
-13,13
+13,13
@@
FEATURES:=jffs2 broken
LINUX_VERSION:=2.6.21.5
LINUX_VERSION:=2.6.21.5
+include $(INCLUDE_DIR)/target.mk
+
define Target/Description
Stub for boards based on intel PXA
endef
define Target/Description
Stub for boards based on intel PXA
endef
-include $(INCLUDE_DIR)/kernel-build.mk
-
# include the profiles
-include profiles/*.mk
# include the profiles
-include profiles/*.mk
-$(eval $(call Build
Kernel
))
+$(eval $(call Build
Target
))
This page took
0.025621 seconds
and
4
git commands to generate.