From 4425a9202153acd9101b20a5999ef41d98d25a0f Mon Sep 17 00:00:00 2001 From: Christian B Date: Tue, 4 Sep 2018 14:54:10 +0200 Subject: [PATCH] Fixed another endif error --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3485cc5..f989785 100755 --- a/Makefile +++ b/Makefile @@ -618,8 +618,6 @@ ifeq ($(CONFIG_PCI_HCI), y) _HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8814A_PCIE.o endif -endif - ########### HAL_RTL8723C ################################# ifeq ($(CONFIG_RTL8723C), y)