- Corrected size of eflags.
[cake.git] / rom / alerthook / mmakefile.src
blob8e585436c093177051ebc21fe8b75c2d20fbfe32
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM
5 kernel-alerthook-module : $(AROS_MODULES)/alert.hook
7 %rule_makedirs dirs="$(GENDIR)/$(CURDIR) $(AROS_MODULES)"
9 %rule_compile basename=% targetdir=$(GENDIR)/$(CURDIR)
11 $(AROS_MODULES)/alert.hook : $(GENDIR)/$(CURDIR)/alerthook.o | $(AROS_MODULES)
12         %link_module_q objs=$^
14 %include_deps deps=$(GENDIR)/$(CURDIR)/alerthook.d
16 $(GENDIR)/$(CURDIR)/alerthook.o $(GENDIR)/$(CURDIR)/alerthook.d : | $(GENDIR)/$(CURDIR)