removed extra endif from kernel.mk
authorrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Fri, 29 Oct 2010 13:54:19 +0000 (13:54 +0000)
committerrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Fri, 29 Oct 2010 13:54:19 +0000 (13:54 +0000)
git-svn-id: http://svn.librewrt.org/librewrt@69 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2

bright-ben/include/kernel.mk

index b293ec97b7bee3dd95fa13b66b38adb6066f90d9..71ea712a6272015ee86ef96f213c566e63c5be52 100644 (file)
@@ -51,12 +51,7 @@ else
   endif
 
   ifneq ($(TARGET_BUILD),1)
-        #ifneq ($(CONFIG_USE_LIBRE_KERNEL),)
       PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(shell echo $(PKG_VERSION) | cut -d"-" -f1 -))
-    #else
-      #PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
-    endif
-  endif
 endif
 
 ifneq (,$(findstring uml,$(BOARD)))