mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 19:55:53 +00:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Common TXx9
|
||
|
#
|
||
|
obj-$(CONFIG_MACH_TX49XX) += generic/
|
||
|
|
||
|
#
|
||
|
# Toshiba RBTX49XX boards
|
||
|
#
|
||
|
obj-$(CONFIG_TOSHIBA_RBTX4927) += rbtx4927/
|