# hacked autogenerated makefile, to get generic built first

# directory ntsc

# build item name ntsc

ROOT = ..
include $(ROOT)/mk/autoconf.mk

SUBDIRS += generic

ifdef CONFIG_ALPHA_ARCH
SUBDIRS += alpha
endif
ifdef CONFIG_ARM_ARCH
SUBDIRS += arm
endif
ifdef CONFIG_IX86_ARCH
SUBDIRS += ix86
endif
ifdef CONFIG_MIPS_ARCH
SUBDIRS += mips
endif


include $(ROOT)/mk/rules.mk
