dkms working

This commit is contained in:
Pablo Urcola 2015-07-29 19:33:33 +02:00
parent 3091828c8f
commit 8c436456c6

View file

@ -17,7 +17,7 @@ ccflags-y += -D__CHECK_ENDIAN__
CONFIG_AUTOCFG_CP = n CONFIG_AUTOCFG_CP = n
CONFIG_RTL8188E = y CONFIG_RTL8188EU = m
CONFIG_USB_HCI = y CONFIG_USB_HCI = y
@ -141,6 +141,10 @@ else
export CONFIG_RTL8188EU = m export CONFIG_RTL8188EU = m
obj-$(CONFIG_RTL8188EU) := 8188eu.o
endif
all: modules all: modules
modules: modules:
@ -179,5 +183,4 @@ clean: $(clean_more)
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
endif