aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arch/Makefile.am
blob: 14e6c824636acdaa3dcfb743b37ae1820dde0648 (plain)
1
2
3
4
5
6
7
8
include $(top_srcdir)/Makefile.common

SUBDIRS = common
if ARCH_ARM
SUBDIRS += arm
else
SUBDIRS += x86
endif