mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 13:13:17 +00:00
Take the chance to update some includes using files available in that subdir to have them ina more uniform way. Change-Id: Ibda3c54fd4dc3f6b845cc373f1a1e6b758c1ea82
9 lines
109 B
Makefile
9 lines
109 B
Makefile
include $(top_srcdir)/Makefile.common
|
|
|
|
SUBDIRS = common
|
|
if ARCH_ARM
|
|
SUBDIRS += arm
|
|
else
|
|
SUBDIRS += x86
|
|
endif
|