blob: ff26264e995d7c4985623ef69c669b47eabbe912 [file] [log] [blame]
Rosa Chow49ea3e22013-06-04 15:49:16 -07001# Can't have both 65xx and 60xx sensors.
2ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
3# hammerhead expects 65xx sensors.
4include $(call all-named-subdir-makefiles,65xx)
Ying Wangf5f584e2015-03-03 17:15:16 -08005else ifneq ($(filter guppy dory, $(TARGET_DEVICE)),)
Griff Hazen77b0e982014-02-13 09:32:55 -08006# dory and guppy expect 6515 sensors.
Nick Vaccaroc3d4ca92013-12-05 17:24:12 -08007include $(call all-named-subdir-makefiles,6515)
Nick Vaccaro424ca7d2014-08-05 16:25:46 -07008endif