summaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcmcia-cs')
-rw-r--r--package/pcmcia-cs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 11f32a892..fcdf71cd7 100644
--- a/package/pcmcia-cs/Makefile
+++ b/package/pcmcia-cs/Makefile
@@ -50,11 +50,7 @@ define Build/Configure
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