make uninstall doesn't remove drm and two b44 ethernet modules.
Signed-off-by: Felix Bitterli <[email protected]>
---
Makefile | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Makefile b/Makefile
index dc25969..dd16833 100644
--- a/Makefile
+++ b/Makefile
@@ -249,6 +249,15 @@ uninstall:
@rm -f $(KLIB)/$(KMODDIR)/drivers/misc/eeprom/eeprom_93cx6.ko*
@rm -f $(KLIB)/$(KMODDIR)/drivers/misc/eeprom_93cx6.ko*
@rm -f $(KLIB)/$(KMODDIR)/drivers/net/b44.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/net/ethernet/broadcom/b44.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/bcma/bcma.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/gpu/drm/drm_kms_helper.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/gpu/drm/drm.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/gpu/drm/i915/i915.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/gpu/drm/nouveau/nouveau.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/gpu/drm/radeon/radeon.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/gpu/drm/ttm/ttm.ko*
+ @rm -f $(KLIB)/$(KMODDIR)/drivers/video/hdmi.ko*
@/sbin/depmod -a
@./scripts/update-initramfs
@echo
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html