Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268841
b: refs/heads/master
c: 74116f5
h: refs/heads/master
i:
  268839: 91ef6be
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 18, 2011
1 parent 90010df commit 148d33e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d199fb7d6d83e185fde1a784ea9e45103db19581
refs/heads/master: 74116f561add85d03faabda3200e824dfeb9b6fe
25 changes: 0 additions & 25 deletions trunk/drivers/staging/wlags49_h2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#
# If you want to build AP support (untested), comment out -DSTA_ONLY

INSTALLDIR := /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless
ccflags-y := -I$(KERNELDIR)/include
ccflags-y += -I$(src) \
-DBUS_PCMCIA \
Expand All @@ -38,9 +37,6 @@ $(WLNAME)-y += ap_h25.o
endif
endif

# If KERNELRELEASE is defined, we've been invoked from the
# kernel build system and can use its language.
ifneq ($(KERNELRELEASE),)

obj-m += $(WLNAME).o

Expand All @@ -57,24 +53,3 @@ $(WLNAME)-y += wl_profile.o \
dhf.o

$(WLNAME)-$(CONFIG_SYSFS) += wl_sysfs.o

# Otherwise we were called directly from the command
# line; invoke the kernel build system.
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)

default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
endif

clean:
rm -fr *.o *.ko *.mod.c *.mod.o .*.*.cmd Module.symvers \
Module.markers modules.order .tmp_versions

install: default
-rmmod $(WLNAME)
install -d $(INSTALLDIR)
install -m 0644 -o root -g root $(WLNAME).ko $(INSTALLDIR)
/sbin/depmod -aq

0 comments on commit 148d33e

Please sign in to comment.