add missing .configured target
SVN-Revision: 2385
This commit is contained in:
parent
e30e533bfa
commit
a00cd0c4fa
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ $(PKG_BUILD_DIR)/.prepared:
|
|||
mkdir -p $@
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so
|
||||
touch $@
|
||||
|
|
Loading…
Reference in a new issue