linux-gpib-4.0.3-reallydie.patch 621 B

1234567891011121314151617
  1. Index: drivers/Makefile.am
  2. ===================================================================
  3. --- a/drivers/Makefile.am (revision 1602)
  4. +++ b/drivers/Makefile.am (working copy)
  5. @@ -15,10 +15,8 @@
  6. -include $(top_srcdir)/util/linux_flags/flags
  7. -#ignore errors from kernel's make modules in all-local, to avoid failure of make install
  8. -#on nfs filesystem with root_squash
  9. all-local:
  10. - -$(MAKE) -C $(LINUX_SRCDIR) V=1 modules\
  11. + $(MAKE) -C $(LINUX_SRCDIR) V=1 modules\
  12. CC="$(LINUX_CC) -I@abs_top_srcdir@ -I@abs_top_srcdir@/drivers/gpib/include -I@abs_top_srcdir@/include" \
  13. SUBDIRS="$(GPIB_ABS_MODULE_SUBDIR)"