Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / hidds / irq / mmakefile.src
blob6cc4614a2b41346e01f69a1ba25dcdd49c69813d
1 #$Id$
2 include $(TOP)/config/make.cfg
4 MODNAME :=  irq
5 MODTYPE :=  hidd
7 USER_CFLAGS :=  -DAROS_USE_OOP -I$(SRCDIR)/$(CURDIR)
9 FILES       :=
10 STUBS       := $(MODNAME)_stubs
12 INCLUDE_FILES := $(call WILDCARD, include/*.h)
14 # When there is actually a hidd.irq class for here, generate the whole
15 # lot.
17 %make_hidd_stubs hidd=irq
19 #MM includes-copy
20 %copy_includes path=hidd dir=include
22 %include_deps
23 %common