From 716b72b8c5456b7a609fe2c31c6cb0f64546b8b8 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Mon, 22 Oct 2018 14:00:43 -0500 Subject: [PATCH] rtl8188eu: Flatten hal/ by removing hal/hal_hci Signed-off-by: Larry Finger --- Makefile | 2 +- hal/{hal_hci => }/hal_usb.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hal/{hal_hci => }/hal_usb.c (100%) diff --git a/Makefile b/Makefile index b7ca70f..d9df642 100755 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ _HAL_INTFS_FILES := hal/hal_intf.o \ hal/hal_btcoex.o \ hal/hal_mp.o \ hal/hal_mcc.o \ - hal/hal_hci/hal_$(HCI_NAME).o \ + hal/hal_$(HCI_NAME).o \ hal/led/hal_$(HCI_NAME)_led.o diff --git a/hal/hal_hci/hal_usb.c b/hal/hal_usb.c similarity index 100% rename from hal/hal_hci/hal_usb.c rename to hal/hal_usb.c