Skip to content

Commit

Permalink
staging: r8188eu: remove include/autoconf.h
Browse files Browse the repository at this point in the history
No one uses this file, so just remove it.

Also remove the pointless Makefile rule that was attempting to create
it.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Jul 30, 2021
1 parent 099a6ee commit 4cd1746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/r8188eu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ EXTRA_CFLAGS += -I$(src)/include

ccflags-y += -D__CHECK_ENDIAN__

CONFIG_AUTOCFG_CP = n

CONFIG_R8188EU = m

CONFIG_USB_HCI = y
Expand Down Expand Up @@ -72,11 +70,6 @@ _OS_INTFS_FILES := \

_HAL_INTFS_FILES += $(OUTSRC_FILES)

ifeq ($(CONFIG_AUTOCFG_CP), y)

$(shell cp $(TopDIR)/autoconf_rtl8188e_usb_linux.h $(TopDIR)/include/autoconf.h)
endif

ifeq ($(CONFIG_BT_COEXIST), y)
EXTRA_CFLAGS += -DCONFIG_BT_COEXIST
endif
Expand Down
26 changes: 0 additions & 26 deletions drivers/staging/r8188eu/include/autoconf.h

This file was deleted.

0 comments on commit 4cd1746

Please sign in to comment.