aboutsummaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcmcia-cs/Makefile')
-rw-r--r--package/pcmcia-cs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 2e312fbf12..1b096fc013 100644
--- a/package/pcmcia-cs/Makefile
+++ b/package/pcmcia-cs/Makefile
@@ -51,6 +51,8 @@ define Build/Configure
endef
define Build/Compile
+ rm -rf $(PKG_INSTALL_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \