projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7809fb8
)
fix sdk build when motorola support is deselected
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 14 Jun 2005 06:57:58 +0000
(06:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 14 Jun 2005 06:57:58 +0000
(06:57 +0000)
SVN-Revision: 1235
openwrt/target/utils/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index 97628812876531008438b62e2e59b8118d73e1fd..b4c1a21ee04bf3432d7786d9d2335e0111927819 100644
(file)
--- a/
openwrt/target/utils/Makefile
+++ b/
openwrt/target/utils/Makefile
@@
-1,12
+1,6
@@
include $(TOPDIR)/rules.mk
-TARGETS := addpattern trx
-ifeq ($(BR2_TARGET_BELKIN),y)
-TARGETS += belkin-bin
-endif
-ifeq ($(BR2_TARGET_MOTOROLA),y)
-TARGETS += motorola-bin
-endif
+TARGETS := addpattern trx motorola-bin
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils