depend on pcmcia
authorEric Andersen <andersen@codepoet.org>
Thu, 30 Jan 2003 15:17:44 +0000 (15:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 30 Jan 2003 15:17:44 +0000 (15:17 -0000)
make/hostap.mk

index 250943c2869a87934cafa36946eababefa1a05d9..dcd58a6c6a15288921fdc74f2ff573eca25d5fb4 100644 (file)
@@ -47,7 +47,7 @@ $(HOSTAP_TARGET_MODULE_DIR)/hostap.o: $(HOSTAP_BUILD_DIR)/driver/modules/hostap.
        cp -af $(HOSTAP_BUILD_DIR)/hostapd/hostapd $(TARGET_DIR)/usr/sbin/
        touch -c $(HOSTAP_TARGET_MODULE_DIR)/hostap.o
 
-hostap: $(HOSTAP_TARGET_MODULE_DIR)/hostap.o 
+hostap: pcmcia $(HOSTAP_TARGET_MODULE_DIR)/hostap.o 
 
 hostap-clean:
        $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(HOSTAP_BUILD_DIR) uninstall