It is not OK to ALWAYS include ntfs-3g
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 26 Nov 2007 07:13:50 +0000 (07:13 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 26 Nov 2007 07:13:50 +0000 (07:13 -0000)
package/ntfs-3g/ntfs-3g.mk

index aa1435cffac35f5e7ee6660bc88b77b98a8e39a6..df0ec0b3ae222c495761d11058f404e3d7feed20 100644 (file)
@@ -77,6 +77,6 @@ ntfs-3g-dirclean:
 # Toplevel Makefile options
 #
 #############################################################
-#ifeq ($(strip $(BR2_PACKAGE_NTFS-3G)),y)
+ifeq ($(strip $(BR2_PACKAGE_NTFS-3G)),y)
 TARGETS+=ntfs-3g
-#endif
+endif