Revert "universal7580: support for building without the BSP"
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / setup-makefiles.sh
index dc123d9f335f3ed1f2a38068797b73aa7d3720c9..8d53f771f538dcea6cf345445acd6b50eef95b3e 100755 (executable)
@@ -44,16 +44,6 @@ write_headers "a3xelte a5xelte a7xelte gvwifi gvlte j7elte s5neolte"
 # The standard blobs
 write_makefiles "${MY_DIR}/proprietary-files.txt" true
 
-# The BSP blobs - we put a conditional in case the BSP
-# is actually being built
-printf '\n%s\n' 'ifeq ($(WITH_EXYNOS_BSP),)' >> "$PRODUCTMK"
-printf '\n%s\n' 'ifeq ($(WITH_EXYNOS_BSP),)' >> "$ANDROIDMK"
-
-write_makefiles "$MY_DIR"/proprietary-files-bsp.txt
-
-printf '%s\n' 'endif' >> "$PRODUCTMK"
-printf '%s\n' 'endif' >> "$ANDROIDMK"
-
 ###################################################################################################
 # CUSTOM PART START                                                                               #
 ###################################################################################################