diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-08 20:04:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-08 20:04:43 +0000 |
commit | 87a88cebc798989ef7d36cc590d4a3cdd42134f0 (patch) | |
tree | 86f5d6cdd464f9cc8a791001fc4d29eb714522eb /target/linux/pxa | |
parent | a9d683ca912b2c4837b2e65909c09ca01babe3df (diff) | |
download | upstream-87a88cebc798989ef7d36cc590d4a3cdd42134f0.tar.gz upstream-87a88cebc798989ef7d36cc590d4a3cdd42134f0.tar.bz2 upstream-87a88cebc798989ef7d36cc590d4a3cdd42134f0.zip |
adapt profiles for subtarget changes
SVN-Revision: 8695
Diffstat (limited to 'target/linux/pxa')
-rw-r--r-- | target/linux/pxa/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index ad44af27e4..b5985ea74d 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -19,7 +19,4 @@ define Target/Description Stub for boards based on intel PXA endef -# include the profiles --include profiles/*.mk - $(eval $(call BuildTarget)) |