From 475ff802612b96698cf33069fc3cb4b9dab75385 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Sat, 2 Oct 2010 12:38:08 -0400 Subject: [PATCH] --- yaml --- r: 220091 b: refs/heads/master c: 76831125b2e49bfc4b0e0ed9c77015b8d1529a06 h: refs/heads/master i: 220089: 64b3b82d2b4f989776f9a619b1b3cef3e7e347a1 220087: 28dd0b8330d850784ee1d1089fdee6f38a4452d5 v: v3 --- [refs] | 2 +- trunk/drivers/staging/wlags49_h2/Makefile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 9641a23828b3..0fab60c231d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e03fc590b5a65ccee59e2624a84bec681fd56a6 +refs/heads/master: 76831125b2e49bfc4b0e0ed9c77015b8d1529a06 diff --git a/trunk/drivers/staging/wlags49_h2/Makefile b/trunk/drivers/staging/wlags49_h2/Makefile index 25d0a8a9ce30..e604ebd5aeb5 100644 --- a/trunk/drivers/staging/wlags49_h2/Makefile +++ b/trunk/drivers/staging/wlags49_h2/Makefile @@ -12,8 +12,8 @@ # If you want to build AP support (untested), comment out -DSTA_ONLY INSTALLDIR := /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless -EXTRA_CFLAGS += -I$(KERNELDIR)/include -EXTRA_CFLAGS += -I$(src) \ +ccflags-y := -I$(KERNELDIR)/include +ccflags-y += -I$(src) \ -DBUS_PCMCIA \ -DUSE_WPA \ -DUSE_WEXT \ @@ -25,16 +25,16 @@ EXTRA_CFLAGS += -I$(src) \ # -DUSE_UIL \ # -DUSE_PROFILE \ -ifeq ($(findstring HERMES25,$(EXTRA_CFLAGS)),) +ifeq ($(findstring HERMES25,$(ccflags-y)),) WLNAME := wlags49_h2_cs $(WLNAME)-y := sta_h2.o -ifeq ($(findstring STA_ONLY,$(EXTRA_CFLAGS)),) +ifeq ($(findstring STA_ONLY,$(ccflags-y)),) $(WLNAME)-y += ap_h2.o endif else WLNAME=wlags49_h25_cs $(WLNAME)-y := sta_h25.o -ifeq ($(findstring STA_ONLY,$(EXTRA_CFLAGS)),) +ifeq ($(findstring STA_ONLY,$(ccflags-y)),) $(WLNAME)-y += ap_h25.o endif endif