osmo-trx/Transceiver52M/arch/Makefile.am

9 lines
109 B
Makefile

include $(top_srcdir)/Makefile.common
SUBDIRS = common
if ARCH_ARM
SUBDIRS += arm
else
SUBDIRS += x86
endif