Index: chromeos/compat-wireless/Makefile |
diff --git a/chromeos/compat-wireless/Makefile b/chromeos/compat-wireless/Makefile |
index db7b67ea1769fe7ca138890f5c02b75c0239e945..97ebf5dc23d2614fc1b4f94765ab70609714214b 100644 |
--- a/chromeos/compat-wireless/Makefile |
+++ b/chromeos/compat-wireless/Makefile |
@@ -15,7 +15,8 @@ DESTDIR?= |
ifneq ($(KERNELRELEASE),) |
-NOSTDINC_FLAGS := -I$(M)/include/ -include $(M)/include/linux/compat-2.6.h |
+NOSTDINC_FLAGS := -I$(M)/include/ \ |
+ -include $(M)/include/linux/compat-2.6.h |
obj-y := compat/ |
@@ -251,6 +252,7 @@ install-scripts: |
uninstall: |
@# New location, matches upstream |
+ @rm -rf $(KLIB)/$(KMODDIR)/compat/ |
@rm -rf $(KLIB)/$(KMODDIR)/net/mac80211/ |
@rm -rf $(KLIB)/$(KMODDIR)/net/rfkill/ |
@rm -rf $(KLIB)/$(KMODDIR)/net/wireless/ |