diff options
Diffstat (limited to 'package/fbv/fbv.mk')
-rw-r--r-- | package/fbv/fbv.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk index 8eb1d466f..f76194a79 100644 --- a/package/fbv/fbv.mk +++ b/package/fbv/fbv.mk @@ -51,6 +51,6 @@ fbv-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_FBV)),y) +ifeq ($(BR2_PACKAGE_FBV),y) TARGETS+=fbv endif |