blob: 8c8e86dd9e3b0aad2382b3f3f53ca4c1aeb2db19 [file] [log] [blame]
# Can't have both 65xx and 60xx sensors.
ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
# hammerhead expects 65xx sensors.
include $(call all-named-subdir-makefiles,65xx)
else
# manta expects 60xx sensors.
include $(call all-named-subdir-makefiles,60xx)
endif