summaryrefslogtreecommitdiff
path: root/module/Makefile
blob: 5921e79b1a29e0369b31579a975e4ffd2be6a785 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(COMPONENT_TYPE),riscos-module)
  DIR_SOURCES := header.cmhg module.c menu.c
endif

DIR_TEST_ITEMS := iconv:module.c;menu.c;wrapper.c

ifeq ($(filter $(BUILDDIR)/unires,$(TEST_PREREQS)),)
  TEST_PREREQS := $(TEST_PREREQS) $(BUILDDIR)/unires
endif

include $(NSBUILD)/Makefile.subdir