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