|
@@ -1,5 +1,3 @@
|
|
|
-ifneq ($(TARGET_PRODUCT), qssi)
|
|
|
-
|
|
|
ifeq ($(call is-board-platform-in-list, $(TARGET_BOARD_PLATFORM)),true)
|
|
|
|
|
|
# Make target to specify building the camera.ko from within Android build system.
|
|
@@ -50,4 +48,3 @@ include $(DLKM_DIR)/Build_external_kernelmodule.mk
|
|
|
endif
|
|
|
|
|
|
endif # End of check for board platform
|
|
|
-endif # End of check for target product
|