1*02424279STreehugger Robot# Can't have both 65xx and 60xx sensors. 2*02424279STreehugger Robotifneq ($(filter hammerhead, $(TARGET_DEVICE)),) 3*02424279STreehugger Robot# hammerhead expects 65xx sensors. 4*02424279STreehugger Robotinclude $(call all-named-subdir-makefiles,65xx) 5*02424279STreehugger Robotelse ifneq ($(filter guppy dory, $(TARGET_DEVICE)),) 6*02424279STreehugger Robot# dory and guppy expect 6515 sensors. 7*02424279STreehugger Robotinclude $(call all-named-subdir-makefiles,6515) 8*02424279STreehugger Robotendif 9