axolotl: disable target for device/shift/axolotl

Change-Id: I86ff76ab9a21436fe2e10069acb69522c64755cb
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 0f666b0..a26a884 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -10,11 +10,9 @@
 #
 
 PRODUCT_MAKEFILES := \
-    axolotl:$(LOCAL_DIR)/axolotl/axolotl.mk \
     beryllium:$(LOCAL_DIR)/beryllium/beryllium.mk \
     enchilada:$(LOCAL_DIR)/enchilada/enchilada.mk
 
 COMMON_LUNCH_CHOICES := \
-    axolotl-userdebug \
     beryllium-userdebug \
     enchilada-userdebug
diff --git a/axolotl/BoardConfig.mk b/axolotl/BoardConfig.mk.disabled
similarity index 100%
rename from axolotl/BoardConfig.mk
rename to axolotl/BoardConfig.mk.disabled
diff --git a/build/tasks/kernel.mk b/build/tasks/kernel.mk
index a16de14..2e3ec79 100644
--- a/build/tasks/kernel.mk
+++ b/build/tasks/kernel.mk
@@ -1,4 +1,4 @@
-ifneq ($(filter axolotl beryllium enchilada, $(TARGET_DEVICE)),)
+ifneq ($(filter beryllium enchilada, $(TARGET_DEVICE)),)
 
 IMAGE_GZ := device/generic/sdm845/shared/prebuilt-kernel/android-$(TARGET_KERNEL_USE)/Image.gz
 DTB := $(wildcard device/generic/sdm845/shared/prebuilt-kernel/android-$(TARGET_KERNEL_USE)/*.dtb)