Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: chromeos/compat-wireless/Makefile

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/

Powered by Google App Engine
This is Rietveld 408576698