projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
skip a lot of useless junk in madwifi on linux 2.4
[openwrt.git]
/
package
/
pcmcia-cs
/
Makefile
diff --git
a/package/pcmcia-cs/Makefile
b/package/pcmcia-cs/Makefile
index
388b431
..
fcdf71c
100644
(file)
--- a/
package/pcmcia-cs/Makefile
+++ b/
package/pcmcia-cs/Makefile
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
@@
-44,11
+50,7
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
- $(MAKE) -C $(PKG_BUILD_DIR) \
- CFLAGS="$(TARGET_CFLAGS)" \
- all install
+ $(call Build/Compile/Default,CFLAGS="$(TARGET_CFLAGS)" all install)
endef
define Package/pcmcia-cs/install
endef
define Package/pcmcia-cs/install
This page took
0.019814 seconds
and
4
git commands to generate.